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
968 |
# File 'sig/client.rbs', line 968
def allow_profile_creation: () -> bool
|
#created_at ⇒ ::Time
975 |
# File 'sig/client.rbs', line 975
def created_at: () -> ::Time
|
#description ⇒ ::String
964 |
# File 'sig/client.rbs', line 964
def description: () -> ::String
|
#encryption_key ⇒ ::String
967 |
# File 'sig/client.rbs', line 967
def encryption_key: () -> ::String
|
#expiration_days ⇒ ::Integer
966 |
# File 'sig/client.rbs', line 966
def expiration_days: () -> ::Integer
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
973 |
# File 'sig/client.rbs', line 973
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
974 |
# File 'sig/client.rbs', line 974
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
#last_updated_at ⇒ ::Time
976 |
# File 'sig/client.rbs', line 976
def last_updated_at: () -> ::Time
|
#max_available_profile_object_count ⇒ ::Integer
970 |
# File 'sig/client.rbs', line 970
def max_available_profile_object_count: () -> ::Integer
|
#max_profile_object_count ⇒ ::Integer
971 |
# File 'sig/client.rbs', line 971
def max_profile_object_count: () -> ::Integer
|
#object_type_name ⇒ ::String
963 |
# File 'sig/client.rbs', line 963
def object_type_name: () -> ::String
|
#source_last_updated_timestamp_format ⇒ ::String
969 |
# File 'sig/client.rbs', line 969
def source_last_updated_timestamp_format: () -> ::String
|
#source_priority ⇒ ::Integer
972 |
# File 'sig/client.rbs', line 972
def source_priority: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
977 |
# File 'sig/client.rbs', line 977
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
965 |
# File 'sig/client.rbs', line 965
def template_id: () -> ::String
|