Class: Aws::Types::UpdateKeyGroupRequest

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)


4060
4061
4062
# File 'sig/types.rbs', line 4060

def id
  @id
end

#if_match::String

Returns the value of attribute if_match.

Returns:

  • (::String)


4061
4062
4063
# File 'sig/types.rbs', line 4061

def if_match
  @if_match
end

#key_group_configTypes::KeyGroupConfig

Returns the value of attribute key_group_config.



4059
4060
4061
# File 'sig/types.rbs', line 4059

def key_group_config
  @key_group_config
end