Class: Aws::GlobalAccelerator::Types::Attachment

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#attachment_arnString

The Amazon Resource Name (ARN) of the cross-account attachment.

Returns:

  • (String)


450
451
452
453
454
455
456
457
458
459
# File '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_timeTime

The date and time that the cross-account attachment was created.

Returns:

  • (Time)


450
451
452
453
454
455
456
457
458
459
# File '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_timeTime

The date and time that the cross-account attachment was last modified.

Returns:

  • (Time)


450
451
452
453
454
455
456
457
458
459
# File '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

#nameString

The name of the cross-account attachment.

Returns:

  • (String)


450
451
452
453
454
455
456
457
458
459
# File '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

#principalsArray<String>

The principals included in the cross-account attachment.

Returns:

  • (Array<String>)


450
451
452
453
454
455
456
457
458
459
# File '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

#resourcesArray<Types::Resource>

The resources included in the cross-account attachment.

Returns:



450
451
452
453
454
455
456
457
458
459
# File '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