Class: Aws::Types::GetRoleTemplateVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRoleTemplateVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#minor_version ⇒ ::Integer
Returns the value of attribute minor_version.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
Instance Attribute Details
#minor_version ⇒ ::Integer
Returns the value of attribute minor_version.
916 917 918 |
# File 'sig/types.rbs', line 916 def minor_version @minor_version end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
915 916 917 |
# File 'sig/types.rbs', line 915 def template_arn @template_arn end |