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.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def role_arn @role_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def template_name @template_name end |
#template_url ⇒ ::String
Returns the value of attribute template_url.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def template_url @template_url end |