Class: Aws::Types::TemplateVersionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#item::Array[Types::TemplateVersionResponse]

Returns the value of attribute item.

Returns:



2897
2898
2899
# File 'sig/types.rbs', line 2897

def item
  @item
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def message
  @message
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2899
2900
2901
# File 'sig/types.rbs', line 2899

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def request_id
  @request_id
end