Class: Aws::Types::DescribeTemplateDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#definitionTypes::TemplateVersionDefinition

Returns the value of attribute definition.



5036
5037
5038
# File 'sig/types.rbs', line 5036

def definition
  @definition
end

#errors::Array[Types::TemplateError]

Returns the value of attribute errors.

Returns:



5033
5034
5035
# File 'sig/types.rbs', line 5033

def errors
  @errors
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5031
5032
5033
# File 'sig/types.rbs', line 5031

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5038
5039
5040
# File 'sig/types.rbs', line 5038

def request_id
  @request_id
end

#resource_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute resource_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETED")


5034
5035
5036
# File 'sig/types.rbs', line 5034

def resource_status
  @resource_status
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5037
5038
5039
# File 'sig/types.rbs', line 5037

def status
  @status
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


5032
5033
5034
# File 'sig/types.rbs', line 5032

def template_id
  @template_id
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


5035
5036
5037
# File 'sig/types.rbs', line 5035

def theme_arn
  @theme_arn
end