Class: Aws::Types::CfnCreateTemplateProvider
- Inherits:
-
Object
- Object
- Aws::Types::CfnCreateTemplateProvider
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Array[Types::CfnStackCreateParameter]
Returns the value of attribute parameters.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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::CfnStackCreateParameter]
Returns the value of attribute parameters.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def role_arn @role_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def template_name @template_name end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def template_url @template_url end |