Class: Aws::IAM::Types::ReplacementValueEntry

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

Overview

Contains the list of replacement values for a single template parameter used when creating a role from a role template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

The list of replacement values for the template parameter.

Returns:

  • (Array<String>)


10249
10250
10251
10252
10253
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10249

class ReplacementValueEntry < Struct.new(
  :values)
  SENSITIVE = []
  include Aws::Structure
end