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)


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_idString

The ID associated with the share.

Returns:

  • (String)


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