Class: Aws::Types::ImportBackendStorageResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.



748
749
750
# File 'sig/types.rbs', line 748

def app_id
  @app_id
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.



749
750
751
# File 'sig/types.rbs', line 749

def backend_environment_name
  @backend_environment_name
end

#job_id ⇒ ::String

Returns the value of attribute job_id.



750
751
752
# File 'sig/types.rbs', line 750

def job_id
  @job_id
end

#status ⇒ ::String

Returns the value of attribute status.



751
752
753
# File 'sig/types.rbs', line 751

def status
  @status
end