Class: Aws::Types::EdgeDeploymentPlanSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5652
5653
5654
# File 'sig/types.rbs', line 5652

def creation_time
  @creation_time
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


5648
5649
5650
# File 'sig/types.rbs', line 5648

def device_fleet_name
  @device_fleet_name
end

#edge_deployment_failed::Integer

Returns the value of attribute edge_deployment_failed.

Returns:

  • (::Integer)


5651
5652
5653
# File 'sig/types.rbs', line 5651

def edge_deployment_failed
  @edge_deployment_failed
end

#edge_deployment_pending::Integer

Returns the value of attribute edge_deployment_pending.

Returns:

  • (::Integer)


5650
5651
5652
# File 'sig/types.rbs', line 5650

def edge_deployment_pending
  @edge_deployment_pending
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


5646
5647
5648
# File 'sig/types.rbs', line 5646

def edge_deployment_plan_arn
  @edge_deployment_plan_arn
end

#edge_deployment_plan_name::String

Returns the value of attribute edge_deployment_plan_name.

Returns:

  • (::String)


5647
5648
5649
# File 'sig/types.rbs', line 5647

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#edge_deployment_success::Integer

Returns the value of attribute edge_deployment_success.

Returns:

  • (::Integer)


5649
5650
5651
# File 'sig/types.rbs', line 5649

def edge_deployment_success
  @edge_deployment_success
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5653
5654
5655
# File 'sig/types.rbs', line 5653

def last_modified_time
  @last_modified_time
end