Class: Aws::Types::RestoreFHIRDatastoreResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_arn ⇒ ::String

Returns the value of attribute datastore_arn.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def datastore_arn
  @datastore_arn
end

#datastore_endpoint ⇒ ::String

Returns the value of attribute datastore_endpoint.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def datastore_endpoint
  @datastore_endpoint
end

#datastore_id ⇒ ::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def datastore_id
  @datastore_id
end

#datastore_status ⇒ "CREATING", ...

Returns the value of attribute datastore_status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "DELETED", "CREATE_FAILED", "UPDATING", "UPDATE_FAILED")


559
560
561
# File 'sig/types.rbs', line 559

def datastore_status
  @datastore_status
end