Class: Aws::Types::DescribeApplicationInstanceResponse

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)


178
179
180
# File 'sig/types.rbs', line 178

def application_instance_id
  @application_instance_id
end

#application_instance_id_to_replace ⇒ ::String

Returns the value of attribute application_instance_id_to_replace.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def application_instance_id_to_replace
  @application_instance_id_to_replace
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def arn
  @arn
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


181
182
183
# File 'sig/types.rbs', line 181

def created_time
  @created_time
end

#default_runtime_context_device ⇒ ::String

Returns the value of attribute default_runtime_context_device.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

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)


183
184
185
# File 'sig/types.rbs', line 183

def default_runtime_context_device_name
  @default_runtime_context_device_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def description
  @description
end

#health_status ⇒ "RUNNING", ...

Returns the value of attribute health_status.

Returns:

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


185
186
187
# File 'sig/types.rbs', line 185

def health_status
  @health_status
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


186
187
188
# File 'sig/types.rbs', line 186

def last_updated_time
  @last_updated_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def name
  @name
end

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

Returns the value of attribute runtime_context_states.



188
189
190
# File 'sig/types.rbs', line 188

def runtime_context_states
  @runtime_context_states
end

#runtime_role_arn ⇒ ::String

Returns the value of attribute runtime_role_arn.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def runtime_role_arn
  @runtime_role_arn
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")


190
191
192
# File 'sig/types.rbs', line 190

def status
  @status
end

#status_description ⇒ ::String

Returns the value of attribute status_description.

Returns:

  • (::String)


191
192
193
# File 'sig/types.rbs', line 191

def status_description
  @status_description
end

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

Returns the value of attribute tags.

Returns:

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


192
193
194
# File 'sig/types.rbs', line 192

def tags
  @tags
end