Class: Aws::Types::PutDomainObjectTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutDomainObjectTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
Returns the value of attribute fields.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def encryption_key @encryption_key end |
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
Returns the value of attribute fields.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def fields @fields end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def object_type_name @object_type_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def @tags end |