Class: Aws::Types::PutDomainObjectTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDomainObjectTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
Returns the value of attribute fields.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def domain_name @domain_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def encryption_key @encryption_key end |
#fields ⇒ ::Hash[::String, Types::DomainObjectTypeField]
Returns the value of attribute fields.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def fields @fields end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def object_type_name @object_type_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def @tags end |