Module: Aws::CustomerProfiles::Client::_UpdateDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDomainResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #data_store ⇒ Types::DataStoreResponse
- #dead_letter_queue_url ⇒ ::String
- #default_encryption_key ⇒ ::String
- #default_expiration_days ⇒ ::Integer
- #domain_name ⇒ ::String
- #last_updated_at ⇒ ::Time
- #matching ⇒ Types::MatchingResponse
- #rule_based_matching ⇒ Types::RuleBasedMatchingResponse
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
1932 |
# File 'sig/client.rbs', line 1932
def created_at: () -> ::Time
|
#data_store ⇒ Types::DataStoreResponse
1931 |
# File 'sig/client.rbs', line 1931
def data_store: () -> Types::DataStoreResponse
|
#dead_letter_queue_url ⇒ ::String
1928 |
# File 'sig/client.rbs', line 1928
def dead_letter_queue_url: () -> ::String
|
#default_encryption_key ⇒ ::String
1927 |
# File 'sig/client.rbs', line 1927
def default_encryption_key: () -> ::String
|
#default_expiration_days ⇒ ::Integer
1926 |
# File 'sig/client.rbs', line 1926
def default_expiration_days: () -> ::Integer
|
#domain_name ⇒ ::String
1925 |
# File 'sig/client.rbs', line 1925
def domain_name: () -> ::String
|
#last_updated_at ⇒ ::Time
1933 |
# File 'sig/client.rbs', line 1933
def last_updated_at: () -> ::Time
|
#matching ⇒ Types::MatchingResponse
1929 |
# File 'sig/client.rbs', line 1929
def matching: () -> Types::MatchingResponse
|
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
1930 |
# File 'sig/client.rbs', line 1930
def rule_based_matching: () -> Types::RuleBasedMatchingResponse
|
#tags ⇒ ::Hash[::String, ::String]
1934 |
# File 'sig/client.rbs', line 1934
def tags: () -> ::Hash[::String, ::String]
|