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.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def role_arn @role_arn end |
#stack_detail ⇒ Types::CfnStackDetail
Returns the value of attribute stack_detail.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def stack_detail @stack_detail end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def template_name @template_name end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def template_url @template_url end |