Class: Aws::Types::CreateAssociationBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssociationBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_dispatch_assume_role ⇒ ::String
Returns the value of attribute association_dispatch_assume_role.
-
#entries ⇒ ::Array[Types::CreateAssociationBatchRequestEntry]
Returns the value of attribute entries.
Instance Attribute Details
#association_dispatch_assume_role ⇒ ::String
Returns the value of attribute association_dispatch_assume_role.
635 636 637 |
# File 'sig/types.rbs', line 635 def association_dispatch_assume_role @association_dispatch_assume_role end |
#entries ⇒ ::Array[Types::CreateAssociationBatchRequestEntry]
Returns the value of attribute entries.
634 635 636 |
# File 'sig/types.rbs', line 634 def entries @entries end |