Class: Aws::Types::CreateActivationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateActivationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
-
#registration_limit ⇒ ::Integer
Returns the value of attribute registration_limit.
-
#registration_metadata ⇒ ::Array[Types::RegistrationMetadataItem]
Returns the value of attribute registration_metadata.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#default_instance_name ⇒ ::String
Returns the value of attribute default_instance_name.
618 619 620 |
# File 'sig/types.rbs', line 618 def default_instance_name @default_instance_name end |
#description ⇒ ::String
Returns the value of attribute description.
617 618 619 |
# File 'sig/types.rbs', line 617 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
621 622 623 |
# File 'sig/types.rbs', line 621 def expiration_date @expiration_date end |
#iam_role ⇒ ::String
Returns the value of attribute iam_role.
619 620 621 |
# File 'sig/types.rbs', line 619 def iam_role @iam_role end |
#registration_limit ⇒ ::Integer
Returns the value of attribute registration_limit.
620 621 622 |
# File 'sig/types.rbs', line 620 def registration_limit @registration_limit end |
#registration_metadata ⇒ ::Array[Types::RegistrationMetadataItem]
Returns the value of attribute registration_metadata.
623 624 625 |
# File 'sig/types.rbs', line 623 def end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
622 623 624 |
# File 'sig/types.rbs', line 622 def end |