Class: Aws::GlobalAccelerator::Types::DeleteCrossAccountAttachmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DeleteCrossAccountAttachmentRequest
- 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 delete.
Instance Attribute Details
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) for the cross-account attachment to delete.
1517 1518 1519 1520 1521 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1517 class DeleteCrossAccountAttachmentRequest < Struct.new( :attachment_arn) SENSITIVE = [] include Aws::Structure end |