Class: Aws::KMS::Types::MultiRegionKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::MultiRegionKey
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Describes the primary or replica key in a multi-Region key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Displays the key ARN of a primary or replica key of a multi-Region key.
-
#region ⇒ String
Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.
Instance Attribute Details
#arn ⇒ String
Displays the key ARN of a primary or replica key of a multi-Region key.
4963 4964 4965 4966 4967 4968 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4963 class MultiRegionKey < Struct.new( :arn, :region) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.
4963 4964 4965 4966 4967 4968 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4963 class MultiRegionKey < Struct.new( :arn, :region) SENSITIVE = [] include Aws::Structure end |