Class: Aws::Types::ActiveTrustedKeyGroups

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:



17
18
19
# File 'sig/types.rbs', line 17

def enabled
  @enabled
end

#items::Array[Types::KGKeyPairIds]

Returns the value of attribute items.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def quantity
  @quantity
end