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
1682 |
# File 'sig/client.rbs', line 1682
def allow_profile_creation: () -> bool
|
#created_at ⇒ ::Time
1689 |
# File 'sig/client.rbs', line 1689
def created_at: () -> ::Time
|
#description ⇒ ::String
1678 |
# File 'sig/client.rbs', line 1678
def description: () -> ::String
|
#encryption_key ⇒ ::String
1681 |
# File 'sig/client.rbs', line 1681
def encryption_key: () -> ::String
|
#expiration_days ⇒ ::Integer
1680 |
# File 'sig/client.rbs', line 1680
def expiration_days: () -> ::Integer
|
#fields ⇒ ::Hash[::String, Types::ObjectTypeField]
1687 |
# File 'sig/client.rbs', line 1687
def fields: () -> ::Hash[::String, Types::ObjectTypeField]
|
#keys ⇒ ::Hash[::String, ::Array[Types::ObjectTypeKey]]
1688 |
# File 'sig/client.rbs', line 1688
def keys: () -> ::Hash[::String, ::Array[Types::ObjectTypeKey]]
|
#last_updated_at ⇒ ::Time
1690 |
# File 'sig/client.rbs', line 1690
def last_updated_at: () -> ::Time
|
#max_available_profile_object_count ⇒ ::Integer
1685 |
# File 'sig/client.rbs', line 1685
def max_available_profile_object_count: () -> ::Integer
|
#max_profile_object_count ⇒ ::Integer
1684 |
# File 'sig/client.rbs', line 1684
def max_profile_object_count: () -> ::Integer
|
#object_type_name ⇒ ::String
1677 |
# File 'sig/client.rbs', line 1677
def object_type_name: () -> ::String
|
#source_last_updated_timestamp_format ⇒ ::String
1683 |
# File 'sig/client.rbs', line 1683
def source_last_updated_timestamp_format: () -> ::String
|
#source_priority ⇒ ::Integer
1686 |
# File 'sig/client.rbs', line 1686
def source_priority: () -> ::Integer
|
#tags ⇒ ::Hash[::String, ::String]
1691 |
# File 'sig/client.rbs', line 1691
def tags: () -> ::Hash[::String, ::String]
|
#template_id ⇒ ::String
1679 |
# File 'sig/client.rbs', line 1679
def template_id: () -> ::String
|