Class: Aws::Types::GetTemplateSummaryOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateSummaryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
-
#capabilities_reason ⇒ ::String
Returns the value of attribute capabilities_reason.
-
#declared_transforms ⇒ ::Array[::String]
Returns the value of attribute declared_transforms.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#metadata ⇒ ::String
Returns the value of attribute metadata.
-
#parameters ⇒ ::Array[Types::ParameterDeclaration]
Returns the value of attribute parameters.
-
#resource_identifier_summaries ⇒ ::Array[Types::ResourceIdentifierSummary]
Returns the value of attribute resource_identifier_summaries.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#warnings ⇒ Types::Warnings
Returns the value of attribute warnings.
Instance Attribute Details
#capabilities ⇒ ::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]
Returns the value of attribute capabilities.
860 861 862 |
# File 'sig/types.rbs', line 860 def capabilities @capabilities end |
#capabilities_reason ⇒ ::String
Returns the value of attribute capabilities_reason.
861 862 863 |
# File 'sig/types.rbs', line 861 def capabilities_reason @capabilities_reason end |
#declared_transforms ⇒ ::Array[::String]
Returns the value of attribute declared_transforms.
865 866 867 |
# File 'sig/types.rbs', line 865 def declared_transforms @declared_transforms end |
#description ⇒ ::String
Returns the value of attribute description.
859 860 861 |
# File 'sig/types.rbs', line 859 def description @description end |
#metadata ⇒ ::String
Returns the value of attribute metadata.
864 865 866 |
# File 'sig/types.rbs', line 864 def @metadata end |
#parameters ⇒ ::Array[Types::ParameterDeclaration]
Returns the value of attribute parameters.
858 859 860 |
# File 'sig/types.rbs', line 858 def parameters @parameters end |
#resource_identifier_summaries ⇒ ::Array[Types::ResourceIdentifierSummary]
Returns the value of attribute resource_identifier_summaries.
866 867 868 |
# File 'sig/types.rbs', line 866 def resource_identifier_summaries @resource_identifier_summaries end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
862 863 864 |
# File 'sig/types.rbs', line 862 def resource_types @resource_types end |
#version ⇒ ::String
Returns the value of attribute version.
863 864 865 |
# File 'sig/types.rbs', line 863 def version @version end |
#warnings ⇒ Types::Warnings
Returns the value of attribute warnings.
867 868 869 |
# File 'sig/types.rbs', line 867 def warnings @warnings end |