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)


8135
8136
8137
# File 'sig/types.rbs', line 8135

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


8134
8135
8136
# File 'sig/types.rbs', line 8134

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


8133
8134
8135
# File 'sig/types.rbs', line 8133

def status
  @status
end

#template_alias_list::Array[Types::TemplateAlias]

Returns the value of attribute template_alias_list.

Returns:



8132
8133
8134
# File 'sig/types.rbs', line 8132

def template_alias_list
  @template_alias_list
end