Class: Aws::Types::CfnTemplateProviderDetail
- Inherits:
-
Object
- Object
- Aws::Types::CfnTemplateProviderDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Array[Types::CfnStackParameter]
Returns the value of attribute parameters.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stack_detail ⇒ Types::CfnStackDetail
Returns the value of attribute stack_detail.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_url ⇒ ::String
Returns the value of attribute template_url.
Instance Attribute Details
#parameters ⇒ ::Array[Types::CfnStackParameter]
Returns the value of attribute parameters.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def role_arn @role_arn end |
#stack_detail ⇒ Types::CfnStackDetail
Returns the value of attribute stack_detail.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def stack_detail @stack_detail end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def template_name @template_name end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def template_url @template_url end |