Class: Aws::Types::CopyFpgaImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyFpgaImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_fpga_image_id ⇒ ::String
Returns the value of attribute source_fpga_image_id.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def name @name end |
#source_fpga_image_id ⇒ ::String
Returns the value of attribute source_fpga_image_id.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def source_fpga_image_id @source_fpga_image_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def source_region @source_region end |