Class: Aws::Types::DescribeGeneratedTemplateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


477
478
479
# File 'sig/types.rbs', line 477

def creation_time
  @creation_time
end

#generated_template_id::String

Returns the value of attribute generated_template_id.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def generated_template_id
  @generated_template_id
end

#generated_template_name::String

Returns the value of attribute generated_template_name.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def generated_template_name
  @generated_template_name
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


478
479
480
# File 'sig/types.rbs', line 478

def last_updated_time
  @last_updated_time
end

#progressTypes::TemplateProgress

Returns the value of attribute progress.



479
480
481
# File 'sig/types.rbs', line 479

def progress
  @progress
end

#resources::Array[Types::ResourceDetail]

Returns the value of attribute resources.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def resources
  @resources
end

#stack_id::String

Returns the value of attribute stack_id.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def stack_id
  @stack_id
end

#status"CREATE_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_PENDING", "UPDATE_PENDING", "DELETE_PENDING", "CREATE_IN_PROGRESS", "UPDATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "FAILED", "COMPLETE")


475
476
477
# File 'sig/types.rbs', line 475

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def status_reason
  @status_reason
end

#template_configurationTypes::TemplateConfiguration

Returns the value of attribute template_configuration.



481
482
483
# File 'sig/types.rbs', line 481

def template_configuration
  @template_configuration
end

#total_warnings::Integer

Returns the value of attribute total_warnings.

Returns:

  • (::Integer)


482
483
484
# File 'sig/types.rbs', line 482

def total_warnings
  @total_warnings
end