Class: Aws::Types::CreateRegistrationVersionResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistrationVersionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
-
#registration_version_status ⇒ "DRAFT", ...
Returns the value of attribute registration_version_status.
-
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
Returns the value of attribute registration_version_status_history.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
363 364 365 |
# File 'sig/types.rbs', line 363 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def registration_id @registration_id end |
#registration_version_status ⇒ "DRAFT", ...
Returns the value of attribute registration_version_status.
366 367 368 |
# File 'sig/types.rbs', line 366 def registration_version_status @registration_version_status end |
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
Returns the value of attribute registration_version_status_history.
367 368 369 |
# File 'sig/types.rbs', line 367 def registration_version_status_history @registration_version_status_history end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
365 366 367 |
# File 'sig/types.rbs', line 365 def version_number @version_number end |