Class: Aws::Types::GetTemplateSummaryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_as"SELF", "DELEGATED_ADMIN"

Returns the value of attribute call_as.

Returns:

  • ("SELF", "DELEGATED_ADMIN")


852
853
854
# File 'sig/types.rbs', line 852

def call_as
  @call_as
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def stack_name
  @stack_name
end

#stack_set_name::String

Returns the value of attribute stack_set_name.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def stack_set_name
  @stack_set_name
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def template_body
  @template_body
end

#template_summary_configTypes::TemplateSummaryConfig

Returns the value of attribute template_summary_config.



853
854
855
# File 'sig/types.rbs', line 853

def template_summary_config
  @template_summary_config
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def template_url
  @template_url
end