Class: Aws::Types::ListProfileObjectTypeTemplateItem
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileObjectTypeTemplateItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_object ⇒ ::String
Returns the value of attribute source_object.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#source_name ⇒ ::String
Returns the value of attribute source_name.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def source_name @source_name end |
#source_object ⇒ ::String
Returns the value of attribute source_object.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def source_object @source_object end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def template_id @template_id end |