Class: Aws::Types::RegistrationInformation
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationInformation
- 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.
-
#approved_version_number ⇒ ::Integer
Returns the value of attribute approved_version_number.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#current_version_number ⇒ ::Integer
Returns the value of attribute current_version_number.
-
#latest_denied_version_number ⇒ ::Integer
Returns the value of attribute latest_denied_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.
Instance Attribute Details
#additional_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_attributes.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def additional_attributes @additional_attributes end |
#approved_version_number ⇒ ::Integer
Returns the value of attribute approved_version_number.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def approved_version_number @approved_version_number end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def @created_timestamp end |
#current_version_number ⇒ ::Integer
Returns the value of attribute current_version_number.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def current_version_number @current_version_number end |
#latest_denied_version_number ⇒ ::Integer
Returns the value of attribute latest_denied_version_number.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def latest_denied_version_number @latest_denied_version_number end |
#registration_arn ⇒ ::String
Returns the value of attribute registration_arn.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def registration_arn @registration_arn end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def registration_id @registration_id end |
#registration_status ⇒ "CREATED", ...
Returns the value of attribute registration_status.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def registration_status @registration_status end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def registration_type @registration_type end |