Class: Aws::Types::GetDeploymentInstanceInput

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)


594
595
596
# File 'sig/types.rbs', line 594

def deployment_id
  @deployment_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def instance_id
  @instance_id
end