Class: Aws::WellArchitected::Types::CreateProfileShareOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CreateProfileShareOutput
- Defined in:
- gems/aws-sdk-wellarchitected/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.
1058 1059 1060 1061 1062 1063 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1058 class CreateProfileShareOutput < Struct.new( :share_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |
#share_id ⇒ String
The ID associated with the share.
1058 1059 1060 1061 1062 1063 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1058 class CreateProfileShareOutput < Struct.new( :share_id, :profile_arn) SENSITIVE = [] include Aws::Structure end |