Class: Aws::IAM::Types::ReplacementValueEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::ReplacementValueEntry
- 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
-
#values ⇒ Array<String>
The list of replacement values for the template parameter.
Instance Attribute Details
#values ⇒ Array<String>
The list of replacement values for the template parameter.
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 |