Class: Aws::Types::DescribeFpgaImageAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFpgaImageAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
Instance Attribute Details
#attribute ⇒ "description", ...
Returns the value of attribute attribute.
5955 5956 5957 |
# File 'sig/types.rbs', line 5955 def attribute @attribute end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5953 5954 5955 |
# File 'sig/types.rbs', line 5953 def dry_run @dry_run end |
#fpga_image_id ⇒ ::String
Returns the value of attribute fpga_image_id.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def fpga_image_id @fpga_image_id end |