Module: Aws::CustomerProfiles::Client::_GetProfileObjectTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProfileObjectTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allow_profile_creation ⇒ Boolean
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #encryption_key ⇒ ::String
- #expiration_days ⇒ ::Integer
- #fields ⇒ ::Hash[::String, Types::ObjectTypeField]
- #keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
- #last_updated_at ⇒ ::Time
- #max_available_profile_object_count ⇒ ::Integer
- #max_profile_object_count ⇒ ::Integer
- #object_type_name ⇒ ::String
- #source_last_updated_timestamp_format ⇒ ::String
- #source_priority ⇒ ::Integer
- #tags ⇒ ::Hash[::String, ::String]
- #template_id ⇒ ::String
Instance Method Details
#allow_profile_creation ⇒ Boolean
936 |
# File 'sig/client.rbs', line 936
def allow_profile_creation: () -> bool
|
#created_at ⇒ ::Time
943 |
# File 'sig/client.rbs', line 943
def created_at: () -> ::Time
|
#description ⇒ ::String
932 |
# File 'sig/client.rbs', line 932
def description: () -> ::String
|
#encryption_key ⇒ ::String
935 |
# File 'sig/client.rbs', line 935
def encryption_key: () -> ::String
|
#expiration_days ⇒ ::Integer
934 |
# File 'sig/client.rbs', line 934
def expiration_days: () -> ::Integer
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
941 |
# File 'sig/client.rbs', line 941
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
942 |
# File 'sig/client.rbs', line 942
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
#last_updated_at ⇒ ::Time
944 |
# File 'sig/client.rbs', line 944
def last_updated_at: () -> ::Time
|
#max_available_profile_object_count ⇒ ::Integer
938 |
# File 'sig/client.rbs', line 938
def max_available_profile_object_count: () -> ::Integer
|
#max_profile_object_count ⇒ ::Integer
939 |
# File 'sig/client.rbs', line 939
def max_profile_object_count: () -> ::Integer
|
#object_type_name ⇒ ::String
931 |
# File 'sig/client.rbs', line 931
def object_type_name: () -> ::String
|
#source_last_updated_timestamp_format ⇒ ::String
937 |
# File 'sig/client.rbs', line 937
def source_last_updated_timestamp_format: () -> ::String
|
#source_priority ⇒ ::Integer
940 |
# File 'sig/client.rbs', line 940
def source_priority: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
945 |
# File 'sig/client.rbs', line 945
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
933 |
# File 'sig/client.rbs', line 933
def template_id: () -> ::String
|