Module: Aws::CustomerProfiles::Client::_CreateDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDomainResponse]
- 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
219 |
# File 'sig/client.rbs', line 219
def created_at: () -> ::Time
|
#data_store ⇒ Types::DataStoreResponse
218 |
# File 'sig/client.rbs', line 218
def data_store: () -> Types::DataStoreResponse
|
#dead_letter_queue_url ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def dead_letter_queue_url: () -> ::String
|
#default_encryption_key ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def default_encryption_key: () -> ::String
|
#default_expiration_days ⇒ ::Integer
213 |
# File 'sig/client.rbs', line 213
def default_expiration_days: () -> ::Integer
|
#domain_name ⇒ ::String
212 |
# File 'sig/client.rbs', line 212
def domain_name: () -> ::String
|
#last_updated_at ⇒ ::Time
220 |
# File 'sig/client.rbs', line 220
def last_updated_at: () -> ::Time
|
#matching ⇒ Types::MatchingResponse
216 |
# File 'sig/client.rbs', line 216
def matching: () -> Types::MatchingResponse
|
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
217 |
# File 'sig/client.rbs', line 217
def rule_based_matching: () -> Types::RuleBasedMatchingResponse
|
#tags ⇒ ::Hash[::String, ::String]
221 |
# File 'sig/client.rbs', line 221
def tags: () -> ::Hash[::String, ::String]
|