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)


18776
18777
18778
# File 'sig/types.rbs', line 18776

def customer_managed_key_enabled
  @customer_managed_key_enabled
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


18777
18778
18779
# File 'sig/types.rbs', line 18777

def kms_key_arn
  @kms_key_arn
end