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.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def name @name end |
#source_fpga_image_id ⇒ ::String
Returns the value of attribute source_fpga_image_id.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def source_fpga_image_id @source_fpga_image_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def source_region @source_region end |