Module: Aws::CustomerProfiles::Client::_PutProfileObjectTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutProfileObjectTypeResponse]
- 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
1761 |
# File 'sig/client.rbs', line 1761
def allow_profile_creation: () -> bool
|
#created_at ⇒ ::Time
1768 |
# File 'sig/client.rbs', line 1768
def created_at: () -> ::Time
|
#description ⇒ ::String
1757 |
# File 'sig/client.rbs', line 1757
def description: () -> ::String
|
#encryption_key ⇒ ::String
1760 |
# File 'sig/client.rbs', line 1760
def encryption_key: () -> ::String
|
#expiration_days ⇒ ::Integer
1759 |
# File 'sig/client.rbs', line 1759
def expiration_days: () -> ::Integer
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
1766 |
# File 'sig/client.rbs', line 1766
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
1767 |
# File 'sig/client.rbs', line 1767
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
#last_updated_at ⇒ ::Time
1769 |
# File 'sig/client.rbs', line 1769
def last_updated_at: () -> ::Time
|
#max_available_profile_object_count ⇒ ::Integer
1764 |
# File 'sig/client.rbs', line 1764
def max_available_profile_object_count: () -> ::Integer
|
#max_profile_object_count ⇒ ::Integer
1763 |
# File 'sig/client.rbs', line 1763
def max_profile_object_count: () -> ::Integer
|
#object_type_name ⇒ ::String
1756 |
# File 'sig/client.rbs', line 1756
def object_type_name: () -> ::String
|
#source_last_updated_timestamp_format ⇒ ::String
1762 |
# File 'sig/client.rbs', line 1762
def source_last_updated_timestamp_format: () -> ::String
|
#source_priority ⇒ ::Integer
1765 |
# File 'sig/client.rbs', line 1765
def source_priority: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
1770 |
# File 'sig/client.rbs', line 1770
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
1758 |
# File 'sig/client.rbs', line 1758
def template_id: () -> ::String
|