Class: Aws::Types::FpgaImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


9923
9924
9925
# File 'sig/types.rbs', line 9923

def create_time
  @create_time
end

#data_retention_supportBoolean

Returns the value of attribute data_retention_support.

Returns:

  • (Boolean)


9930
9931
9932
# File 'sig/types.rbs', line 9930

def data_retention_support
  @data_retention_support
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9919
9920
9921
# File 'sig/types.rbs', line 9919

def description
  @description
end

#fpga_image_global_id::String

Returns the value of attribute fpga_image_global_id.

Returns:

  • (::String)


9917
9918
9919
# File 'sig/types.rbs', line 9917

def fpga_image_global_id
  @fpga_image_global_id
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


9916
9917
9918
# File 'sig/types.rbs', line 9916

def fpga_image_id
  @fpga_image_id
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


9931
9932
9933
# File 'sig/types.rbs', line 9931

def instance_types
  @instance_types
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9918
9919
9920
# File 'sig/types.rbs', line 9918

def name
  @name
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


9926
9927
9928
# File 'sig/types.rbs', line 9926

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


9925
9926
9927
# File 'sig/types.rbs', line 9925

def owner_id
  @owner_id
end

#pci_idTypes::PciId

Returns the value of attribute pci_id.

Returns:



9921
9922
9923
# File 'sig/types.rbs', line 9921

def pci_id
  @pci_id
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



9927
9928
9929
# File 'sig/types.rbs', line 9927

def product_codes
  @product_codes
end

#publicBoolean

Returns the value of attribute public.

Returns:

  • (Boolean)


9929
9930
9931
# File 'sig/types.rbs', line 9929

def public
  @public
end

#shell_version::String

Returns the value of attribute shell_version.

Returns:

  • (::String)


9920
9921
9922
# File 'sig/types.rbs', line 9920

def shell_version
  @shell_version
end

#stateTypes::FpgaImageState

Returns the value of attribute state.



9922
9923
9924
# File 'sig/types.rbs', line 9922

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9928
9929
9930
# File 'sig/types.rbs', line 9928

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


9924
9925
9926
# File 'sig/types.rbs', line 9924

def update_time
  @update_time
end