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)


4192
4193
4194
# File 'sig/types.rbs', line 4192

def creation_time
  @creation_time
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


4186
4187
4188
# File 'sig/types.rbs', line 4186

def device_fleet_name
  @device_fleet_name
end

#edge_deployment_failed::Integer

Returns the value of attribute edge_deployment_failed.

Returns:

  • (::Integer)


4189
4190
4191
# File 'sig/types.rbs', line 4189

def edge_deployment_failed
  @edge_deployment_failed
end

#edge_deployment_pending::Integer

Returns the value of attribute edge_deployment_pending.

Returns:

  • (::Integer)


4188
4189
4190
# File 'sig/types.rbs', line 4188

def edge_deployment_pending
  @edge_deployment_pending
end

#edge_deployment_plan_arn::String

Returns the value of attribute edge_deployment_plan_arn.

Returns:

  • (::String)


4183
4184
4185
# File 'sig/types.rbs', line 4183

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)


4184
4185
4186
# File 'sig/types.rbs', line 4184

def edge_deployment_plan_name
  @edge_deployment_plan_name
end

#edge_deployment_success::Integer

Returns the value of attribute edge_deployment_success.

Returns:

  • (::Integer)


4187
4188
4189
# File 'sig/types.rbs', line 4187

def edge_deployment_success
  @edge_deployment_success
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4193
4194
4195
# File 'sig/types.rbs', line 4193

def last_modified_time
  @last_modified_time
end

#model_configs::Array[Types::EdgeDeploymentModelConfig]

Returns the value of attribute model_configs.

Returns:



4185
4186
4187
# File 'sig/types.rbs', line 4185

def model_configs
  @model_configs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4191
4192
4193
# File 'sig/types.rbs', line 4191

def next_token
  @next_token
end

#stages::Array[Types::DeploymentStageStatusSummary]

Returns the value of attribute stages.



4190
4191
4192
# File 'sig/types.rbs', line 4190

def stages
  @stages
end