Class: Aws::Types::TrustedKeyGroups

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


3848
3849
3850
# File 'sig/types.rbs', line 3848

def enabled
  @enabled
end

#items::Array[::String]

Returns the value of attribute items.

Returns:

  • (::Array[::String])


3850
3851
3852
# File 'sig/types.rbs', line 3850

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


3849
3850
3851
# File 'sig/types.rbs', line 3849

def quantity
  @quantity
end