Class: Aws::Types::DescribeEdgeDeploymentPlanResponse

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)


4209
4210
4211
# File 'sig/types.rbs', line 4209

def creation_time
  @creation_time
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


4203
4204
4205
# File 'sig/types.rbs', line 4203

def device_fleet_name
  @device_fleet_name
end

#edge_deployment_failed::Integer

Returns the value of attribute edge_deployment_failed.

Returns:

  • (::Integer)


4206
4207
4208
# File 'sig/types.rbs', line 4206

def edge_deployment_failed
  @edge_deployment_failed
end

#edge_deployment_pending::Integer

Returns the value of attribute edge_deployment_pending.

Returns:

  • (::Integer)


4205
4206
4207
# File 'sig/types.rbs', line 4205

def edge_deployment_pending
  @edge_deployment_pending
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


4200
4201
4202
# File 'sig/types.rbs', line 4200

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)


4201
4202
4203
# File 'sig/types.rbs', line 4201

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#edge_deployment_success::Integer

Returns the value of attribute edge_deployment_success.

Returns:

  • (::Integer)


4204
4205
4206
# File 'sig/types.rbs', line 4204

def edge_deployment_success
  @edge_deployment_success
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4210
4211
4212
# File 'sig/types.rbs', line 4210

def last_modified_time
  @last_modified_time
end

#model_configs::Array[Types::EdgeDeploymentModelConfig]

Returns the value of attribute model_configs.

Returns:



4202
4203
4204
# File 'sig/types.rbs', line 4202

def model_configs
  @model_configs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4208
4209
4210
# File 'sig/types.rbs', line 4208

def next_token
  @next_token
end

#stages::Array[Types::DeploymentStageStatusSummary]

Returns the value of attribute stages.



4207
4208
4209
# File 'sig/types.rbs', line 4207

def stages
  @stages
end