Class: Aws::Types::DeleteTemplateAliasResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias_name::String

Returns the value of attribute alias_name.

Returns:

  • (::String)


4086
4087
4088
# File 'sig/types.rbs', line 4086

def alias_name
  @alias_name
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4087
4088
4089
# File 'sig/types.rbs', line 4087

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4088
4089
4090
# File 'sig/types.rbs', line 4088

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4084
4085
4086
# File 'sig/types.rbs', line 4084

def status
  @status
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


4085
4086
4087
# File 'sig/types.rbs', line 4085

def template_id
  @template_id
end