Class: Aws::Types::ListTemplateSharesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def next_token
  @next_token
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def template_arn
  @template_arn
end

#template_share_summaries ⇒ ::Array[Types::TemplateShareSummary]

Returns the value of attribute template_share_summaries.

Returns:



1409
1410
1411
# File 'sig/types.rbs', line 1409

def template_share_summaries
  @template_share_summaries
end