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)


5633
5634
5635
# File 'sig/types.rbs', line 5633

def creation_time
  @creation_time
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


5629
5630
5631
# File 'sig/types.rbs', line 5629

def device_fleet_name
  @device_fleet_name
end

#edge_deployment_failed::Integer

Returns the value of attribute edge_deployment_failed.

Returns:

  • (::Integer)


5632
5633
5634
# File 'sig/types.rbs', line 5632

def edge_deployment_failed
  @edge_deployment_failed
end

#edge_deployment_pending::Integer

Returns the value of attribute edge_deployment_pending.

Returns:

  • (::Integer)


5631
5632
5633
# File 'sig/types.rbs', line 5631

def edge_deployment_pending
  @edge_deployment_pending
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


5627
5628
5629
# File 'sig/types.rbs', line 5627

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)


5628
5629
5630
# File 'sig/types.rbs', line 5628

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#edge_deployment_success::Integer

Returns the value of attribute edge_deployment_success.

Returns:

  • (::Integer)


5630
5631
5632
# File 'sig/types.rbs', line 5630

def edge_deployment_success
  @edge_deployment_success
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5634
5635
5636
# File 'sig/types.rbs', line 5634

def last_modified_time
  @last_modified_time
end