Class: Aws::Types::GetProfileObjectTypeTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileObjectTypeTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_profile_creation ⇒ Boolean
Returns the value of attribute allow_profile_creation.
-
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
-
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
-
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
-
#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
#allow_profile_creation ⇒ Boolean
Returns the value of attribute allow_profile_creation.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def allow_profile_creation @allow_profile_creation end |
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
Returns the value of attribute fields.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def fields @fields end |
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
Returns the value of attribute keys.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def keys @keys end |
#source_last_updated_timestamp_format ⇒ ::String
Returns the value of attribute source_last_updated_timestamp_format.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def @source_last_updated_timestamp_format end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def source_name @source_name end |
#source_object ⇒ ::String
Returns the value of attribute source_object.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def source_object @source_object end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def template_id @template_id end |