Class: Aws::Types::AssociateKmsKeyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


82
83
84
# File 'sig/types.rbs', line 82

def kms_key_id
  @kms_key_id
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def log_group_name
  @log_group_name
end

#resource_identifier::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def resource_identifier
  @resource_identifier
end