Class: Aws::Types::AmiDistributionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AmiDistributionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute ami_tags.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#launch_permission ⇒ Types::LaunchPermissionConfiguration
Returns the value of attribute launch_permission.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_account_ids ⇒ ::Array[::String]
Returns the value of attribute target_account_ids.
Instance Attribute Details
#ami_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute ami_tags.
42 43 44 |
# File 'sig/types.rbs', line 42 def @ami_tags end |
#description ⇒ ::String
Returns the value of attribute description.
40 41 42 |
# File 'sig/types.rbs', line 40 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
43 44 45 |
# File 'sig/types.rbs', line 43 def kms_key_id @kms_key_id end |
#launch_permission ⇒ Types::LaunchPermissionConfiguration
Returns the value of attribute launch_permission.
44 45 46 |
# File 'sig/types.rbs', line 44 def @launch_permission end |
#name ⇒ ::String
Returns the value of attribute name.
39 40 41 |
# File 'sig/types.rbs', line 39 def name @name end |
#target_account_ids ⇒ ::Array[::String]
Returns the value of attribute target_account_ids.
41 42 43 |
# File 'sig/types.rbs', line 41 def target_account_ids @target_account_ids end |