Class: Aws::Types::CommandPlugin

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def name
  @name
end

#output::String

Returns the value of attribute output.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def output
  @output
end

#output_s3_bucket_name::String

Returns the value of attribute output_s3_bucket_name.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def output_s3_bucket_name
  @output_s3_bucket_name
end

#output_s3_key_prefix::String

Returns the value of attribute output_s3_key_prefix.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def output_s3_key_prefix
  @output_s3_key_prefix
end

#output_s3_region::String

Returns the value of attribute output_s3_region.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def output_s3_region
  @output_s3_region
end

#response_code::Integer

Returns the value of attribute response_code.

Returns:

  • (::Integer)


534
535
536
# File 'sig/types.rbs', line 534

def response_code
  @response_code
end

#response_finish_date_time::Time

Returns the value of attribute response_finish_date_time.

Returns:

  • (::Time)


536
537
538
# File 'sig/types.rbs', line 536

def response_finish_date_time
  @response_finish_date_time
end

#response_start_date_time::Time

Returns the value of attribute response_start_date_time.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def response_start_date_time
  @response_start_date_time
end

#standard_error_url::String

Returns the value of attribute standard_error_url.

Returns:

  • (::String)


539
540
541
# File 'sig/types.rbs', line 539

def standard_error_url
  @standard_error_url
end

#standard_output_url::String

Returns the value of attribute standard_output_url.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def standard_output_url
  @standard_output_url
end

#status"Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Success", "TimedOut", "Cancelled", "Failed")


532
533
534
# File 'sig/types.rbs', line 532

def status
  @status
end

#status_details::String

Returns the value of attribute status_details.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def status_details
  @status_details
end