Class: Aws::GlobalAccelerator::Types::Attachment
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::Attachment
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
A cross-account attachment in Global Accelerator. A cross-account attachment specifies the principals who have permission to work with resources in your account, which you also list in the attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the cross-account attachment.
-
#created_time ⇒ Time
The date and time that the cross-account attachment was created.
-
#last_modified_time ⇒ Time
The date and time that the cross-account attachment was last modified.
-
#name ⇒ String
The name of the cross-account attachment.
-
#principals ⇒ Array<String>
The principals included in the cross-account attachment.
-
#resources ⇒ Array<Types::Resource>
The resources included in the cross-account attachment.
Instance Attribute Details
#attachment_arn ⇒ String
The Amazon Resource Name (ARN) of the cross-account attachment.
450 451 452 453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 450 class Attachment < Struct.new( :attachment_arn, :name, :principals, :resources, :last_modified_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The date and time that the cross-account attachment was created.
450 451 452 453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 450 class Attachment < Struct.new( :attachment_arn, :name, :principals, :resources, :last_modified_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The date and time that the cross-account attachment was last modified.
450 451 452 453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 450 class Attachment < Struct.new( :attachment_arn, :name, :principals, :resources, :last_modified_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the cross-account attachment.
450 451 452 453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 450 class Attachment < Struct.new( :attachment_arn, :name, :principals, :resources, :last_modified_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<String>
The principals included in the cross-account attachment.
450 451 452 453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 450 class Attachment < Struct.new( :attachment_arn, :name, :principals, :resources, :last_modified_time, :created_time) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
The resources included in the cross-account attachment.
450 451 452 453 454 455 456 457 458 459 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 450 class Attachment < Struct.new( :attachment_arn, :name, :principals, :resources, :last_modified_time, :created_time) SENSITIVE = [] include Aws::Structure end |