Class: Aws::WellArchitected::Types::CreateLensShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateLensShareOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#share_id ⇒ String
The ID associated with the share.
Instance Attribute Details
#share_id ⇒ String
The ID associated with the share.
1633 1634 1635 1636 1637 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1633 class CreateLensShareOutput < Struct.new( :share_id) SENSITIVE = [] include Aws::Structure end |