Class: Aws::Types::KeyGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2153
2154
2155
# File 'sig/types.rbs', line 2153

def id
  @id
end

#key_group_configTypes::KeyGroupConfig

Returns the value of attribute key_group_config.



2155
2156
2157
# File 'sig/types.rbs', line 2155

def key_group_config
  @key_group_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2154
2155
2156
# File 'sig/types.rbs', line 2154

def last_modified_time
  @last_modified_time
end