Class: Aws::Types::DeviceDeploymentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_stage_name::String

Returns the value of attribute deployed_stage_name.

Returns:

  • (::String)


5423
5424
5425
# File 'sig/types.rbs', line 5423

def deployed_stage_name
  @deployed_stage_name
end

#deployment_start_time::Time

Returns the value of attribute deployment_start_time.

Returns:

  • (::Time)


5430
5431
5432
# File 'sig/types.rbs', line 5430

def deployment_start_time
  @deployment_start_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5429
5430
5431
# File 'sig/types.rbs', line 5429

def description
  @description
end

#device_arn::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


5426
5427
5428
# File 'sig/types.rbs', line 5426

def device_arn
  @device_arn
end

#device_deployment_status"READYTODEPLOY", ...

Returns the value of attribute device_deployment_status.

Returns:

  • ("READYTODEPLOY", "INPROGRESS", "DEPLOYED", "FAILED", "STOPPING", "STOPPED")


5427
5428
5429
# File 'sig/types.rbs', line 5427

def device_deployment_status
  @device_deployment_status
end

#device_deployment_status_message::String

Returns the value of attribute device_deployment_status_message.

Returns:

  • (::String)


5428
5429
5430
# File 'sig/types.rbs', line 5428

def device_deployment_status_message
  @device_deployment_status_message
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


5424
5425
5426
# File 'sig/types.rbs', line 5424

def device_fleet_name
  @device_fleet_name
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


5425
5426
5427
# File 'sig/types.rbs', line 5425

def device_name
  @device_name
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


5420
5421
5422
# File 'sig/types.rbs', line 5420

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)


5421
5422
5423
# File 'sig/types.rbs', line 5421

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


5422
5423
5424
# File 'sig/types.rbs', line 5422

def stage_name
  @stage_name
end