Module: Aws::CustomerProfiles::Client::_GetDomainObjectTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainObjectTypeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #encryption_key ⇒ ::String
- #fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
- #last_updated_at ⇒ ::Time
- #object_type_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
824 |
# File 'sig/client.rbs', line 824
def created_at: () -> ::Time
|
#description ⇒ ::String
821 |
# File 'sig/client.rbs', line 821
def description: () -> ::String
|
#encryption_key ⇒ ::String
822 |
# File 'sig/client.rbs', line 822
def encryption_key: () -> ::String
|
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
823 |
# File 'sig/client.rbs', line 823
def fields: () -> ::Hash[::String, Types::DomainObjectTypeField]
|
#last_updated_at ⇒ ::Time
825 |
# File 'sig/client.rbs', line 825
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
820 |
# File 'sig/client.rbs', line 820
def object_type_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
826 |
# File 'sig/client.rbs', line 826
def tags: () -> ::Hash[::String, ::String]
|