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)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


1940
1941
1942
# File 'sig/types.rbs', line 1940

def dry_run
  @dry_run
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def name
  @name
end

#source_fpga_image_id::String

Returns the value of attribute source_fpga_image_id.

Returns:

  • (::String)


1941
1942
1943
# File 'sig/types.rbs', line 1941

def source_fpga_image_id
  @source_fpga_image_id
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def source_region
  @source_region
end