Class: Aws::WellArchitected::Types::ListTemplateSharesOutput

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

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4151

class ListTemplateSharesOutput < Struct.new(
  :template_arn,
  :template_share_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#template_arnString

The review template ARN.

Returns:

  • (String)


4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4151

class ListTemplateSharesOutput < Struct.new(
  :template_arn,
  :template_share_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#template_share_summariesArray<Types::TemplateShareSummary>

A review template share summary return object.

Returns:



4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4151

class ListTemplateSharesOutput < Struct.new(
  :template_arn,
  :template_share_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end