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.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def next_token @next_token end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def registration_arn @registration_arn end |
#registration_associations ⇒ ::Array[Types::RegistrationAssociationMetadata]
Returns the value of attribute registration_associations.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def registration_associations @registration_associations end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def registration_id @registration_id end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def registration_type @registration_type end |