Class: Aws::Types::ListTemplateAliasesResponse

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)


7796
7797
7798
# File 'sig/types.rbs', line 7796

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


7795
7796
7797
# File 'sig/types.rbs', line 7795

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


7794
7795
7796
# File 'sig/types.rbs', line 7794

def status
  @status
end

#template_alias_list::Array[Types::TemplateAlias]

Returns the value of attribute template_alias_list.

Returns:



7793
7794
7795
# File 'sig/types.rbs', line 7793

def template_alias_list
  @template_alias_list
end