Class: Aws::Types::CommandPlugin
- Inherits:
-
Object
- Object
- Aws::Types::CommandPlugin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output ⇒ ::String
Returns the value of attribute output.
-
#output_s3_bucket_name ⇒ ::String
Returns the value of attribute output_s3_bucket_name.
-
#output_s3_key_prefix ⇒ ::String
Returns the value of attribute output_s3_key_prefix.
-
#output_s3_region ⇒ ::String
Returns the value of attribute output_s3_region.
-
#response_code ⇒ ::Integer
Returns the value of attribute response_code.
-
#response_finish_date_time ⇒ ::Time
Returns the value of attribute response_finish_date_time.
-
#response_start_date_time ⇒ ::Time
Returns the value of attribute response_start_date_time.
-
#standard_error_url ⇒ ::String
Returns the value of attribute standard_error_url.
-
#standard_output_url ⇒ ::String
Returns the value of attribute standard_output_url.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#status_details ⇒ ::String
Returns the value of attribute status_details.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
531 532 533 |
# File 'sig/types.rbs', line 531 def name @name end |
#output ⇒ ::String
Returns the value of attribute output.
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.
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.
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.
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.
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.
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.
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.
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.
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.
532 533 534 |
# File 'sig/types.rbs', line 532 def status @status end |
#status_details ⇒ ::String
Returns the value of attribute status_details.
533 534 535 |
# File 'sig/types.rbs', line 533 def status_details @status_details end |