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)


5442
5443
5444
# File 'sig/types.rbs', line 5442

def deployed_stage_name
  @deployed_stage_name
end

#deployment_start_time::Time

Returns the value of attribute deployment_start_time.

Returns:

  • (::Time)


5449
5450
5451
# File 'sig/types.rbs', line 5449

def deployment_start_time
  @deployment_start_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5448
5449
5450
# File 'sig/types.rbs', line 5448

def description
  @description
end

#device_arn::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


5445
5446
5447
# File 'sig/types.rbs', line 5445

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


5446
5447
5448
# File 'sig/types.rbs', line 5446

def device_deployment_status
  @device_deployment_status
end

#device_deployment_status_message::String

Returns the value of attribute device_deployment_status_message.

Returns:

  • (::String)


5447
5448
5449
# File 'sig/types.rbs', line 5447

def device_deployment_status_message
  @device_deployment_status_message
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


5443
5444
5445
# File 'sig/types.rbs', line 5443

def device_fleet_name
  @device_fleet_name
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


5444
5445
5446
# File 'sig/types.rbs', line 5444

def device_name
  @device_name
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


5439
5440
5441
# File 'sig/types.rbs', line 5439

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)


5440
5441
5442
# File 'sig/types.rbs', line 5440

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#stage_name::String

Returns the value of attribute stage_name.

Returns:

  • (::String)


5441
5442
5443
# File 'sig/types.rbs', line 5441

def stage_name
  @stage_name
end