Class: Aws::Types::GetTemplateSummaryInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateSummaryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_set_name ⇒ ::String
Returns the value of attribute stack_set_name.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#template_summary_config ⇒ Types::TemplateSummaryConfig
Returns the value of attribute template_summary_config.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#call_as ⇒ "SELF", "DELEGATED_ADMIN"
Returns the value of attribute call_as.
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.
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.
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.
848 849 850 |
# File 'sig/types.rbs', line 848 def template_body @template_body end |
#template_summary_config ⇒ Types::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.
849 850 851 |
# File 'sig/types.rbs', line 849 def template_url @template_url end |