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
792 |
# File 'sig/client.rbs', line 792
def created_at: () -> ::Time
|
#description ⇒ ::String
789 |
# File 'sig/client.rbs', line 789
def description: () -> ::String
|
#encryption_key ⇒ ::String
790 |
# File 'sig/client.rbs', line 790
def encryption_key: () -> ::String
|
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
791 |
# File 'sig/client.rbs', line 791
def fields: () -> ::Hash[::String, Types::DomainObjectTypeField]
|
#last_updated_at ⇒ ::Time
793 |
# File 'sig/client.rbs', line 793
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
788 |
# File 'sig/client.rbs', line 788
def object_type_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
794 |
# File 'sig/client.rbs', line 794
def tags: () -> ::Hash[::String, ::String]
|