Module: Aws::CustomerProfiles::Client::_GetProfileObjectTypeTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProfileObjectTypeTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_profile_creation ⇒ Boolean
- #fields ⇒ ::Hash[::String, Types::ObjectTypeField]
- #keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
- #source_last_updated_timestamp_format ⇒ ::String
- #source_name ⇒ ::String
- #source_object ⇒ ::String
- #template_id ⇒ ::String
Instance Method Details
#allow_profile_creation ⇒ Boolean
959 |
# File 'sig/client.rbs', line 959
def allow_profile_creation: () -> bool
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
961 |
# File 'sig/client.rbs', line 961
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
962 |
# File 'sig/client.rbs', line 962
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
#source_last_updated_timestamp_format ⇒ ::String
960 |
# File 'sig/client.rbs', line 960
def source_last_updated_timestamp_format: () -> ::String
|
#source_name ⇒ ::String
957 |
# File 'sig/client.rbs', line 957
def source_name: () -> ::String
|
#source_object ⇒ ::String
958 |
# File 'sig/client.rbs', line 958
def source_object: () -> ::String
|
#template_id ⇒ ::String
956 |
# File 'sig/client.rbs', line 956
def template_id: () -> ::String
|