Class: Aws::WellArchitected::Types::LensShareSummary

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

Overview

A lens share summary return object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#share_id ⇒ String

The ID associated with the share.

Returns:

  • (String)


4459
4460
4461
4462
4463
4464
4465
4466
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4459

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

#shared_with ⇒ String

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)


4459
4460
4461
4462
4463
4464
4465
4466
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4459

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

#status ⇒ String

The status of the share request.

Returns:

  • (String)


4459
4460
4461
4462
4463
4464
4465
4466
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4459

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

#status_message ⇒ String

Optional message to compliment the Status field.

Returns:

  • (String)


4459
4460
4461
4462
4463
4464
4465
4466
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4459

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