Module: Aws::CustomerProfiles::Client::_GetDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainResponse]
- 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
- #stats ⇒ Types::DomainStats
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
756 |
# File 'sig/client.rbs', line 756
def created_at: () -> ::Time
|
#data_store ⇒ Types::DataStoreResponse
755 |
# File 'sig/client.rbs', line 755
def data_store: () -> Types::DataStoreResponse
|
#dead_letter_queue_url ⇒ ::String
751 |
# File 'sig/client.rbs', line 751
def dead_letter_queue_url: () -> ::String
|
#default_encryption_key ⇒ ::String
750 |
# File 'sig/client.rbs', line 750
def default_encryption_key: () -> ::String
|
#default_expiration_days ⇒ ::Integer
749 |
# File 'sig/client.rbs', line 749
def default_expiration_days: () -> ::Integer
|
#domain_name ⇒ ::String
748 |
# File 'sig/client.rbs', line 748
def domain_name: () -> ::String
|
#last_updated_at ⇒ ::Time
757 |
# File 'sig/client.rbs', line 757
def last_updated_at: () -> ::Time
|
#matching ⇒ Types::MatchingResponse
753 |
# File 'sig/client.rbs', line 753
def matching: () -> Types::MatchingResponse
|
#rule_based_matching ⇒ Types::RuleBasedMatchingResponse
754 |
# File 'sig/client.rbs', line 754
def rule_based_matching: () -> Types::RuleBasedMatchingResponse
|
#stats ⇒ Types::DomainStats
752 |
# File 'sig/client.rbs', line 752
def stats: () -> Types::DomainStats
|
#tags ⇒ ::Hash[::String, ::String]
758 |
# File 'sig/client.rbs', line 758
def tags: () -> ::Hash[::String, ::String]
|