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
208 |
# File 'sig/client.rbs', line 208
def created_at: () -> ::Time
|
#data_store ⇒ Types::DataStoreResponse
207 |
# File 'sig/client.rbs', line 207
def data_store: () -> Types::DataStoreResponse
|
#dead_letter_queue_url ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def dead_letter_queue_url: () -> ::String
|
#default_encryption_key ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def default_encryption_key: () -> ::String
|
#default_expiration_days ⇒ ::Integer
202 |
# File 'sig/client.rbs', line 202
def default_expiration_days: () -> ::Integer
|
#domain_name ⇒ ::String
201 |
# File 'sig/client.rbs', line 201
def domain_name: () -> ::String
|
#last_updated_at ⇒ ::Time
209 |
# File 'sig/client.rbs', line 209
def last_updated_at: () -> ::Time
|
#matching ⇒ Types::MatchingResponse
205 |
# File 'sig/client.rbs', line 205
def matching: () -> Types::MatchingResponse
|
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
206 |
# File 'sig/client.rbs', line 206
def rule_based_matching: () -> Types::RuleBasedMatchingResponse
|
#tags ⇒ ::Hash[::String, ::String]
210 |
# File 'sig/client.rbs', line 210
def tags: () -> ::Hash[::String, ::String]
|