Class: Aws::Types::VerifiedAccessSseSpecificationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_managed_key_enabledBoolean

Returns the value of attribute customer_managed_key_enabled.

Returns:

  • (Boolean)


19103
19104
19105
# File 'sig/types.rbs', line 19103

def customer_managed_key_enabled
  @customer_managed_key_enabled
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


19104
19105
19106
# File 'sig/types.rbs', line 19104

def kms_key_arn
  @kms_key_arn
end