Class: Aws::Types::DescribeApplicationInstanceDetailsResponse

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)


161
162
163
# File 'sig/types.rbs', line 161

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)


162
163
164
# File 'sig/types.rbs', line 162

def application_instance_id_to_replace
  @application_instance_id_to_replace
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


163
164
165
# File 'sig/types.rbs', line 163

def created_time
  @created_time
end

#default_runtime_context_device ⇒ ::String

Returns the value of attribute default_runtime_context_device.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def default_runtime_context_device
  @default_runtime_context_device
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def description
  @description
end

#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload

Returns the value of attribute manifest_overrides_payload.



166
167
168
# File 'sig/types.rbs', line 166

def manifest_overrides_payload
  @manifest_overrides_payload
end

#manifest_payload ⇒ Types::ManifestPayload

Returns the value of attribute manifest_payload.



167
168
169
# File 'sig/types.rbs', line 167

def manifest_payload
  @manifest_payload
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def name
  @name
end