Class: Aws::WellArchitected::Types::CreateProfileShareOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_arnString

The profile ARN.

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1882

class CreateProfileShareOutput < Struct.new(
  :share_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#share_idString

The ID associated with the share.

Returns:

  • (String)


1882
1883
1884
1885
1886
1887
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1882

class CreateProfileShareOutput < Struct.new(
  :share_id,
  :profile_arn)
  SENSITIVE = []
  include Aws::Structure
end