Class: Aws::Types::DiscardRegistrationVersionResult
- Inherits:
-
Object
- Object
- Aws::Types::DiscardRegistrationVersionResult
- 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.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def registration_id @registration_id end |
#registration_version_status ⇒ "DRAFT", ...
Returns the value of attribute registration_version_status.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def registration_version_status @registration_version_status end |
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
Returns the value of attribute registration_version_status_history.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def registration_version_status_history @registration_version_status_history end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def version_number @version_number end |