Class: Aws::Types::SourceRoleTemplate
- Inherits:
-
Object
- Object
- Aws::Types::SourceRoleTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_minor_version ⇒ ::Integer
Returns the value of attribute template_minor_version.
Instance Attribute Details
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def template_arn @template_arn end |
#template_minor_version ⇒ ::Integer
Returns the value of attribute template_minor_version.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def template_minor_version @template_minor_version end |