Class: Aws::Types::GetAllowedImagesSettingsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_criteria::Array[Types::ImageCriterion]

Returns the value of attribute image_criteria.

Returns:



9868
9869
9870
# File 'sig/types.rbs', line 9868

def image_criteria
  @image_criteria
end

#managed_by"account", "declarative-policy"

Returns the value of attribute managed_by.

Returns:

  • ("account", "declarative-policy")


9869
9870
9871
# File 'sig/types.rbs', line 9869

def managed_by
  @managed_by
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


9867
9868
9869
# File 'sig/types.rbs', line 9867

def state
  @state
end