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.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def aws_review @aws_review end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def registration_id @registration_id end |
#registration_version_status ⇒ "DRAFT", ...
Returns the value of attribute registration_version_status.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def registration_version_status @registration_version_status end |
#registration_version_status_history ⇒ Types::RegistrationVersionStatusHistory
Returns the value of attribute registration_version_status_history.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def registration_version_status_history @registration_version_status_history end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def version_number @version_number end |