Class: Aws::WellArchitected::Types::ProfileShareSummary

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

Overview

Summary of a profile share.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_idString

The ID associated with the share.

Returns:

  • (String)


4665
4666
4667
4668
4669
4670
4671
4672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4665

class ProfileShareSummary < Struct.new(
  :share_id,
  :shared_with,
  :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)


4665
4666
4667
4668
4669
4670
4671
4672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4665

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

#statusString

The status of the share request.

Returns:

  • (String)


4665
4666
4667
4668
4669
4670
4671
4672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4665

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

#status_messageString

Profile share invitation status message.

Returns:

  • (String)


4665
4666
4667
4668
4669
4670
4671
4672
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4665

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