Class: Aws::Types::CreateApplicationInstanceRequest

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_to_replace ⇒ ::String

Returns the value of attribute application_instance_id_to_replace.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def application_instance_id_to_replace
  @application_instance_id_to_replace
end

#default_runtime_context_device ⇒ ::String

Returns the value of attribute default_runtime_context_device.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def default_runtime_context_device
  @default_runtime_context_device
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def description
  @description
end

#manifest_overrides_payload ⇒ Types::ManifestOverridesPayload

Returns the value of attribute manifest_overrides_payload.



56
57
58
# File 'sig/types.rbs', line 56

def manifest_overrides_payload
  @manifest_overrides_payload
end

#manifest_payload ⇒ Types::ManifestPayload

Returns the value of attribute manifest_payload.



57
58
59
# File 'sig/types.rbs', line 57

def manifest_payload
  @manifest_payload
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def name
  @name
end

#runtime_role_arn ⇒ ::String

Returns the value of attribute runtime_role_arn.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def runtime_role_arn
  @runtime_role_arn
end

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

Returns the value of attribute tags.

Returns:

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


60
61
62
# File 'sig/types.rbs', line 60

def tags
  @tags
end