Class: Aws::WellArchitected::Types::CreateProfileShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateProfileShareOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_arn ⇒ String
The profile ARN.
-
#share_id ⇒ String
The ID associated with the share.
Instance Attribute Details
#profile_arn ⇒ String
The profile ARN.
1888 1889 1890 1891 1892 1893 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1888 class CreateProfileShareOutput < Struct.new( :share_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#share_id ⇒ String
The ID associated with the share.
1888 1889 1890 1891 1892 1893 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 1888 class CreateProfileShareOutput < Struct.new( :share_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |