Class: Aws::WellArchitected::Types::WorkloadShareSummary

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

Overview

A workload share summary return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#permission_typeString

Permission granted on a share request.

Returns:

  • (String)


6913
6914
6915
6916
6917
6918
6919
6920
6921
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6913

class WorkloadShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :permission_type,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#share_idString

The ID associated with the share.

Returns:

  • (String)


6913
6914
6915
6916
6917
6918
6919
6920
6921
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6913

class WorkloadShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :permission_type,
  :status,
  :status_message)
  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)


6913
6914
6915
6916
6917
6918
6919
6920
6921
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6913

class WorkloadShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :permission_type,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the share request.

Returns:

  • (String)


6913
6914
6915
6916
6917
6918
6919
6920
6921
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6913

class WorkloadShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :permission_type,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

Optional message to compliment the Status field.

Returns:

  • (String)


6913
6914
6915
6916
6917
6918
6919
6920
6921
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6913

class WorkloadShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :permission_type,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end