Class: Aws::Types::ApplicationInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_instance_id ⇒ ::String

Returns the value of attribute application_instance_id.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def application_instance_id
  @application_instance_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def arn
  @arn
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


24
25
26
# File 'sig/types.rbs', line 24

def created_time
  @created_time
end

#default_runtime_context_device ⇒ ::String

Returns the value of attribute default_runtime_context_device.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def default_runtime_context_device
  @default_runtime_context_device
end

#default_runtime_context_device_name ⇒ ::String

Returns the value of attribute default_runtime_context_device_name.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def default_runtime_context_device_name
  @default_runtime_context_device_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def description
  @description
end

#health_status ⇒ "RUNNING", ...

Returns the value of attribute health_status.

Returns:

  • ("RUNNING", "ERROR", "NOT_AVAILABLE")


28
29
30
# File 'sig/types.rbs', line 28

def health_status
  @health_status
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def name
  @name
end

#runtime_context_states ⇒ ::Array[Types::ReportedRuntimeContextState]

Returns the value of attribute runtime_context_states.



30
31
32
# File 'sig/types.rbs', line 30

def runtime_context_states
  @runtime_context_states
end

#status ⇒ "DEPLOYMENT_PENDING", ...

Returns the value of attribute status.

Returns:

  • ("DEPLOYMENT_PENDING", "DEPLOYMENT_REQUESTED", "DEPLOYMENT_IN_PROGRESS", "DEPLOYMENT_ERROR", "DEPLOYMENT_SUCCEEDED", "REMOVAL_PENDING", "REMOVAL_REQUESTED", "REMOVAL_IN_PROGRESS", "REMOVAL_FAILED", "REMOVAL_SUCCEEDED", "DEPLOYMENT_FAILED")


31
32
33
# File 'sig/types.rbs', line 31

def status
  @status
end

#status_description ⇒ ::String

Returns the value of attribute status_description.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def status_description
  @status_description
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


33
34
35
# File 'sig/types.rbs', line 33

def tags
  @tags
end