Module: Aws::CustomerProfiles::Client::_PutDomainObjectTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutDomainObjectTypeResponse]
- 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
1693 |
# File 'sig/client.rbs', line 1693
def created_at: () -> ::Time
|
#description ⇒ ::String
1690 |
# File 'sig/client.rbs', line 1690
def description: () -> ::String
|
#encryption_key ⇒ ::String
1691 |
# File 'sig/client.rbs', line 1691
def encryption_key: () -> ::String
|
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
1692 |
# File 'sig/client.rbs', line 1692
def fields: () -> ::Hash[::String, Types::DomainObjectTypeField]
|
#last_updated_at ⇒ ::Time
1694 |
# File 'sig/client.rbs', line 1694
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
1689 |
# File 'sig/client.rbs', line 1689
def object_type_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1695 |
# File 'sig/client.rbs', line 1695
def tags: () -> ::Hash[::String, ::String]
|