Class: Aws::Types::BatchGetDeploymentInstancesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def deployment_id
  @deployment_id
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


113
114
115
# File 'sig/types.rbs', line 113

def instance_ids
  @instance_ids
end