Class: Aws::Types::ListRegistrationAssociationsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListRegistrationAssociationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_associations ⇒ ::Array[Types::RegistrationAssociationMetadata]
Returns the value of attribute registration_associations.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def next_token @next_token end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def registration_arn @registration_arn end |
#registration_associations ⇒ ::Array[Types::RegistrationAssociationMetadata]
Returns the value of attribute registration_associations.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def registration_associations @registration_associations end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def registration_id @registration_id end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def registration_type @registration_type end |