Class: Aws::Types::CreateRegistrationResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_attributes.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#current_version_number ⇒ ::Integer
Returns the value of attribute current_version_number.
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#registration_status ⇒ "CREATED", ...
Returns the value of attribute registration_status.
-
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#additional_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_attributes.
351 352 353 |
# File 'sig/types.rbs', line 351 def additional_attributes @additional_attributes end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
353 354 355 |
# File 'sig/types.rbs', line 353 def @created_timestamp end |
#current_version_number ⇒ ::Integer
Returns the value of attribute current_version_number.
350 351 352 |
# File 'sig/types.rbs', line 350 def current_version_number @current_version_number end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
346 347 348 |
# File 'sig/types.rbs', line 346 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def registration_id @registration_id end |
#registration_status ⇒ "CREATED", ...
Returns the value of attribute registration_status.
349 350 351 |
# File 'sig/types.rbs', line 349 def registration_status @registration_status end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
348 349 350 |
# File 'sig/types.rbs', line 348 def registration_type @registration_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
352 353 354 |
# File 'sig/types.rbs', line 352 def @tags end |