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
991 |
# File 'sig/client.rbs', line 991
def allow_profile_creation: () -> bool
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
993 |
# File 'sig/client.rbs', line 993
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
994 |
# File 'sig/client.rbs', line 994
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
#source_last_updated_timestamp_format ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def source_last_updated_timestamp_format: () -> ::String
|
#source_name ⇒ ::String
989 |
# File 'sig/client.rbs', line 989
def source_name: () -> ::String
|
#source_object ⇒ ::String
990 |
# File 'sig/client.rbs', line 990
def source_object: () -> ::String
|
#template_id ⇒ ::String
988 |
# File 'sig/client.rbs', line 988
def template_id: () -> ::String
|