Class: Aws::Types::CreateFpgaImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFpgaImageRequest
- 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.
-
#input_storage_location ⇒ Types::StorageLocation
Returns the value of attribute input_storage_location.
-
#logs_storage_location ⇒ Types::StorageLocation
Returns the value of attribute logs_storage_location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2384 2385 2386 |
# File 'sig/types.rbs', line 2384 def dry_run @dry_run end |
#input_storage_location ⇒ Types::StorageLocation
Returns the value of attribute input_storage_location.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def input_storage_location @input_storage_location end |
#logs_storage_location ⇒ Types::StorageLocation
Returns the value of attribute logs_storage_location.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def logs_storage_location @logs_storage_location end |
#name ⇒ ::String
Returns the value of attribute name.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def name @name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def tag_specifications @tag_specifications end |