Class: Aws::Types::GetBulkDeploymentStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_metricsTypes::BulkDeploymentMetrics

Returns the value of attribute bulk_deployment_metrics.



624
625
626
# File 'sig/types.rbs', line 624

def bulk_deployment_metrics
  @bulk_deployment_metrics
end

#bulk_deployment_status"Initializing", ...

Returns the value of attribute bulk_deployment_status.

Returns:

  • ("Initializing", "Running", "Completed", "Stopping", "Stopped", "Failed")


625
626
627
# File 'sig/types.rbs', line 625

def bulk_deployment_status
  @bulk_deployment_status
end

#created_at::String

Returns the value of attribute created_at.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def created_at
  @created_at
end

#error_details::Array[Types::ErrorDetail]

Returns the value of attribute error_details.

Returns:



627
628
629
# File 'sig/types.rbs', line 627

def error_details
  @error_details
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def error_message
  @error_message
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


629
630
631
# File 'sig/types.rbs', line 629

def tags
  @tags
end