Class: Aws::GlobalAccelerator::Types::DescribeCrossAccountAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeCrossAccountAttachmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) for the cross-account attachment to describe.
Instance Attribute Details
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) for the cross-account attachment to describe.
1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1723 class DescribeCrossAccountAttachmentRequest < Struct.new( :attachment_arn) SENSITIVE = [] include Aws::Structure end |