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.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def dry_run @dry_run end |
#input_storage_location ⇒ Types::StorageLocation
Returns the value of attribute input_storage_location.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def input_storage_location @input_storage_location end |
#logs_storage_location ⇒ Types::StorageLocation
Returns the value of attribute logs_storage_location.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def logs_storage_location @logs_storage_location end |
#name ⇒ ::String
Returns the value of attribute name.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def name @name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def tag_specifications @tag_specifications end |