Class: Aws::Types::DeleteTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4275
4276
4277
# File 'sig/types.rbs', line 4275

def arn
  @arn
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4274
4275
4276
# File 'sig/types.rbs', line 4274

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4277
4278
4279
# File 'sig/types.rbs', line 4277

def status
  @status
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


4276
4277
4278
# File 'sig/types.rbs', line 4276

def template_id
  @template_id
end