Class: Aws::Types::VerifiedAccessSseSpecificationRequest

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)


19097
19098
19099
# File 'sig/types.rbs', line 19097

def customer_managed_key_enabled
  @customer_managed_key_enabled
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


19098
19099
19100
# File 'sig/types.rbs', line 19098

def kms_key_arn
  @kms_key_arn
end