Class: Aws::Types::DeleteTemplateAliasRequest

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)


4253
4254
4255
# File 'sig/types.rbs', line 4253

def alias_name
  @alias_name
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4251
4252
4253
# File 'sig/types.rbs', line 4251

def 
  @aws_account_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


4252
4253
4254
# File 'sig/types.rbs', line 4252

def template_id
  @template_id
end