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
1614 |
# File 'sig/client.rbs', line 1614
def created_at: () -> ::Time
|
#description ⇒ ::String
1611 |
# File 'sig/client.rbs', line 1611
def description: () -> ::String
|
#encryption_key ⇒ ::String
1612 |
# File 'sig/client.rbs', line 1612
def encryption_key: () -> ::String
|
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
1613 |
# File 'sig/client.rbs', line 1613
def fields: () -> ::Hash[::String, Types::DomainObjectTypeField]
|
#last_updated_at ⇒ ::Time
1615 |
# File 'sig/client.rbs', line 1615
def last_updated_at: () -> ::Time
|
#object_type_name ⇒ ::String
1610 |
# File 'sig/client.rbs', line 1610
def object_type_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1616 |
# File 'sig/client.rbs', line 1616
def tags: () -> ::Hash[::String, ::String]
|