Class: Aws::Types::GetTemplateSummaryOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capabilities::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")]

Returns the value of attribute capabilities.

Returns:

  • (::Array[("CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY_AUTO_EXPAND")])


860
861
862
# File 'sig/types.rbs', line 860

def capabilities
  @capabilities
end

#capabilities_reason::String

Returns the value of attribute capabilities_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


865
866
867
# File 'sig/types.rbs', line 865

def declared_transforms
  @declared_transforms
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def description
  @description
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def 
  @metadata
end

#parameters::Array[Types::ParameterDeclaration]

Returns the value of attribute parameters.

Returns:



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.

Returns:



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.

Returns:

  • (::Array[::String])


862
863
864
# File 'sig/types.rbs', line 862

def resource_types
  @resource_types
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def version
  @version
end

#warningsTypes::Warnings

Returns the value of attribute warnings.

Returns:



867
868
869
# File 'sig/types.rbs', line 867

def warnings
  @warnings
end