Class: Aws::Types::SubmitRegistrationVersionResult
- Inherits:
-
Object
- Object
- Aws::Types::SubmitRegistrationVersionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_review ⇒ Boolean
Returns the value of attribute aws_review.
-
#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
#aws_review ⇒ Boolean
Returns the value of attribute aws_review.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def aws_review @aws_review end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def registration_id @registration_id end |
#registration_version_status ⇒ "DRAFT", ...
Returns the value of attribute registration_version_status.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def registration_version_status @registration_version_status end |
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
Returns the value of attribute registration_version_status_history.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def registration_version_status_history @registration_version_status_history end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def version_number @version_number end |