Class: Aws::Types::CreateRegistrationAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
Instance Attribute Details
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
304 305 306 |
# File 'sig/types.rbs', line 304 def registration_id @registration_id end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def resource_id @resource_id end |