Class: Aws::Types::DeleteFHIRDatastoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFHIRDatastoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#datastore_arn ⇒ ::String
Returns the value of attribute datastore_arn.
-
#datastore_endpoint ⇒ ::String
Returns the value of attribute datastore_endpoint.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#datastore_status ⇒ "CREATING", ...
Returns the value of attribute datastore_status.
Instance Attribute Details
#datastore_arn ⇒ ::String
Returns the value of attribute datastore_arn.
185 186 187 |
# File 'sig/types.rbs', line 185 def datastore_arn @datastore_arn end |
#datastore_endpoint ⇒ ::String
Returns the value of attribute datastore_endpoint.
187 188 189 |
# File 'sig/types.rbs', line 187 def datastore_endpoint @datastore_endpoint end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def datastore_id @datastore_id end |
#datastore_status ⇒ "CREATING", ...
Returns the value of attribute datastore_status.
186 187 188 |
# File 'sig/types.rbs', line 186 def datastore_status @datastore_status end |