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.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def dry_run @dry_run end |
#name ⇒ ::String
Returns the value of attribute name.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def name @name end |
#source_fpga_image_id ⇒ ::String
Returns the value of attribute source_fpga_image_id.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def source_fpga_image_id @source_fpga_image_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def source_region @source_region end |