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)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def name
  @name
end

#source_fpga_image_id::String

Returns the value of attribute source_fpga_image_id.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def source_fpga_image_id
  @source_fpga_image_id
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def source_region
  @source_region
end