Class: Aws::Types::Activation
- Inherits:
-
Object
- Object
- Aws::Types::Activation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#default_instance_name ⇒ ::String
Returns the value of attribute default_instance_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#expired ⇒ Boolean
Returns the value of attribute expired.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#registration_limit ⇒ ::Integer
Returns the value of attribute registration_limit.
-
#registrations_count ⇒ ::Integer
Returns the value of attribute registrations_count.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#activation_id ⇒ ::String
Returns the value of attribute activation_id.
23 24 25 |
# File 'sig/types.rbs', line 23 def activation_id @activation_id end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
31 32 33 |
# File 'sig/types.rbs', line 31 def created_date @created_date end |
#default_instance_name ⇒ ::String
Returns the value of attribute default_instance_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def default_instance_name @default_instance_name end |
#description ⇒ ::String
Returns the value of attribute description.
24 25 26 |
# File 'sig/types.rbs', line 24 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
29 30 31 |
# File 'sig/types.rbs', line 29 def expiration_date @expiration_date end |
#expired ⇒ Boolean
Returns the value of attribute expired.
30 31 32 |
# File 'sig/types.rbs', line 30 def expired @expired end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
26 27 28 |
# File 'sig/types.rbs', line 26 def iam_role @iam_role end |
#registration_limit ⇒ ::Integer
Returns the value of attribute registration_limit.
27 28 29 |
# File 'sig/types.rbs', line 27 def registration_limit @registration_limit end |
#registrations_count ⇒ ::Integer
Returns the value of attribute registrations_count.
28 29 30 |
# File 'sig/types.rbs', line 28 def registrations_count @registrations_count end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
32 33 34 |
# File 'sig/types.rbs', line 32 def @tags end |