Class: Aws::Types::GetAllowedImagesSettingsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAllowedImagesSettingsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_criteria ⇒ ::Array[Types::ImageCriterion]
Returns the value of attribute image_criteria.
-
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#image_criteria ⇒ ::Array[Types::ImageCriterion]
Returns the value of attribute image_criteria.
9643 9644 9645 |
# File 'sig/types.rbs', line 9643 def image_criteria @image_criteria end |
#managed_by ⇒ "account", "declarative-policy"
Returns the value of attribute managed_by.
9644 9645 9646 |
# File 'sig/types.rbs', line 9644 def managed_by @managed_by end |
#state ⇒ ::String
Returns the value of attribute state.
9642 9643 9644 |
# File 'sig/types.rbs', line 9642 def state @state end |