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)


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

def deployed_stage_name
  @deployed_stage_name
end

#deployment_start_time::Time

Returns the value of attribute deployment_start_time.

Returns:

  • (::Time)


5434
5435
5436
# File 'sig/types.rbs', line 5434

def deployment_start_time
  @deployment_start_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5433
5434
5435
# File 'sig/types.rbs', line 5433

def description
  @description
end

#device_arn::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


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

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")


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

def device_deployment_status
  @device_deployment_status
end

#device_deployment_status_message::String

Returns the value of attribute device_deployment_status_message.

Returns:

  • (::String)


5432
5433
5434
# File 'sig/types.rbs', line 5432

def device_deployment_status_message
  @device_deployment_status_message
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


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

def device_fleet_name
  @device_fleet_name
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


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

def device_name
  @device_name
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


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

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)


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

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


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

def stage_name
  @stage_name
end