Class: Aws::Types::CopyFpgaImageRequest

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)


2031
2032
2033
# File 'sig/types.rbs', line 2031

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def name
  @name
end

#source_fpga_image_id::String

Returns the value of attribute source_fpga_image_id.

Returns:

  • (::String)


2027
2028
2029
# File 'sig/types.rbs', line 2027

def source_fpga_image_id
  @source_fpga_image_id
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def source_region
  @source_region
end