Class: Aws::IAM::Types::PolicyParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains information about a policy parameter used to customize delegated permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the policy parameter.

Returns:

  • (String)


9279
9280
9281
9282
9283
9284
9285
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9279

class PolicyParameter < Struct.new(
  :name,
  :values,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the policy parameter value.

Returns:

  • (String)


9279
9280
9281
9282
9283
9284
9285
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9279

class PolicyParameter < Struct.new(
  :name,
  :values,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

The allowed values for the policy parameter.

Returns:

  • (Array<String>)


9279
9280
9281
9282
9283
9284
9285
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9279

class PolicyParameter < Struct.new(
  :name,
  :values,
  :type)
  SENSITIVE = []
  include Aws::Structure
end