Class: Aws::Types::DescribeEncryptionConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_detailsTypes::ConfigurationDetails

Returns the value of attribute configuration_details.



1786
1787
1788
# File 'sig/types.rbs', line 1786

def configuration_details
  @configuration_details
end

#encryption_type"CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"

Returns the value of attribute encryption_type.

Returns:

  • ("CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY")


1783
1784
1785
# File 'sig/types.rbs', line 1783

def encryption_type
  @encryption_type
end

#kms_access_role_arn::String

Returns the value of attribute kms_access_role_arn.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def kms_access_role_arn
  @kms_access_role_arn
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def kms_key_arn
  @kms_key_arn
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def last_modified_date
  @last_modified_date
end