Class: Aws::Types::GetDeploymentTargetInput

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)


610
611
612
# File 'sig/types.rbs', line 610

def deployment_id
  @deployment_id
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def target_id
  @target_id
end