Class: Aws::Types::CreateEntityResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEntityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
212 213 214 |
# File 'sig/types.rbs', line 212 def creation_date_time @creation_date_time end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
210 211 212 |
# File 'sig/types.rbs', line 210 def entity_id @entity_id end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
213 214 215 |
# File 'sig/types.rbs', line 213 def state @state end |