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
1836 |
# File 'sig/client.rbs', line 1836
def created_at: () -> ::Time
|
#data_store ⇒ Types::DataStoreResponse
1835 |
# File 'sig/client.rbs', line 1835
def data_store: () -> Types::DataStoreResponse
|
#dead_letter_queue_url ⇒ ::String
1832 |
# File 'sig/client.rbs', line 1832
def dead_letter_queue_url: () -> ::String
|
#default_encryption_key ⇒ ::String
1831 |
# File 'sig/client.rbs', line 1831
def default_encryption_key: () -> ::String
|
#default_expiration_days ⇒ ::Integer
1830 |
# File 'sig/client.rbs', line 1830
def default_expiration_days: () -> ::Integer
|
#domain_name ⇒ ::String
1829 |
# File 'sig/client.rbs', line 1829
def domain_name: () -> ::String
|
#last_updated_at ⇒ ::Time
1837 |
# File 'sig/client.rbs', line 1837
def last_updated_at: () -> ::Time
|
#matching ⇒ Types::MatchingResponse
1833 |
# File 'sig/client.rbs', line 1833
def matching: () -> Types::MatchingResponse
|
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
1834 |
# File 'sig/client.rbs', line 1834
def rule_based_matching: () -> Types::RuleBasedMatchingResponse
|
#tags ⇒ ::Hash[::String, ::String]
1838 |
# File 'sig/client.rbs', line 1838
def tags: () -> ::Hash[::String, ::String]
|