Class: Aws::Types::GetDomainObjectTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDomainObjectTypeResponse
- 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.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def description @description end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def encryption_key @encryption_key end |
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
Returns the value of attribute fields.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def fields @fields end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def object_type_name @object_type_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def @tags end |