Class: Aws::Types::LifecyclePolicyDetailExclusionRulesAmis
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyDetailExclusionRulesAmis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_public ⇒ Boolean
Returns the value of attribute is_public.
-
#last_launched ⇒ Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
Returns the value of attribute last_launched.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#shared_accounts ⇒ ::Array[::String]
Returns the value of attribute shared_accounts.
-
#tag_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_map.
Instance Attribute Details
#is_public ⇒ Boolean
Returns the value of attribute is_public.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def is_public @is_public end |
#last_launched ⇒ Types::LifecyclePolicyDetailExclusionRulesAmisLastLaunched
Returns the value of attribute last_launched.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def last_launched @last_launched end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def regions @regions end |
#shared_accounts ⇒ ::Array[::String]
Returns the value of attribute shared_accounts.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def shared_accounts @shared_accounts end |
#tag_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_map.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def tag_map @tag_map end |