Class: Aws::WellArchitected::Types::WorkloadShare

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

A workload share return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permission_typeString

Permission granted on a share request.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end

#share_idString

The ID associated with the share.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end

#shared_byString

An Amazon Web Services account ID.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end

#shared_withString

The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload, lens, profile, or review template is shared.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the share request.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end

#workload_nameString

The name of the workload.

The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.

Returns:

  • (String)


6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6594

class WorkloadShare < Struct.new(
  :share_id,
  :shared_by,
  :shared_with,
  :permission_type,
  :status,
  :workload_name,
  :workload_id)
  SENSITIVE = []
  include Aws::Structure
end