Class: Aws::Types::CreateFpgaImageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2501
2502
2503
# File 'sig/types.rbs', line 2501

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2499
2500
2501
# File 'sig/types.rbs', line 2499

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2496
2497
2498
# File 'sig/types.rbs', line 2496

def dry_run
  @dry_run
end

#input_storage_locationTypes::StorageLocation

Returns the value of attribute input_storage_location.



2497
2498
2499
# File 'sig/types.rbs', line 2497

def input_storage_location
  @input_storage_location
end

#logs_storage_locationTypes::StorageLocation

Returns the value of attribute logs_storage_location.



2498
2499
2500
# File 'sig/types.rbs', line 2498

def logs_storage_location
  @logs_storage_location
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def name
  @name
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2502
2503
2504
# File 'sig/types.rbs', line 2502

def tag_specifications
  @tag_specifications
end