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)


9816
9817
9818
# File 'sig/types.rbs', line 9816

def create_time
  @create_time
end

#data_retention_supportBoolean

Returns the value of attribute data_retention_support.

Returns:

  • (Boolean)


9823
9824
9825
# File 'sig/types.rbs', line 9823

def data_retention_support
  @data_retention_support
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9812
9813
9814
# File 'sig/types.rbs', line 9812

def description
  @description
end

#fpga_image_global_id::String

Returns the value of attribute fpga_image_global_id.

Returns:

  • (::String)


9810
9811
9812
# File 'sig/types.rbs', line 9810

def fpga_image_global_id
  @fpga_image_global_id
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


9809
9810
9811
# File 'sig/types.rbs', line 9809

def fpga_image_id
  @fpga_image_id
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


9824
9825
9826
# File 'sig/types.rbs', line 9824

def instance_types
  @instance_types
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9811
9812
9813
# File 'sig/types.rbs', line 9811

def name
  @name
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


9819
9820
9821
# File 'sig/types.rbs', line 9819

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


9818
9819
9820
# File 'sig/types.rbs', line 9818

def owner_id
  @owner_id
end

#pci_idTypes::PciId

Returns the value of attribute pci_id.

Returns:



9814
9815
9816
# File 'sig/types.rbs', line 9814

def pci_id
  @pci_id
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



9820
9821
9822
# File 'sig/types.rbs', line 9820

def product_codes
  @product_codes
end

#publicBoolean

Returns the value of attribute public.

Returns:

  • (Boolean)


9822
9823
9824
# File 'sig/types.rbs', line 9822

def public
  @public
end

#shell_version::String

Returns the value of attribute shell_version.

Returns:

  • (::String)


9813
9814
9815
# File 'sig/types.rbs', line 9813

def shell_version
  @shell_version
end

#stateTypes::FpgaImageState

Returns the value of attribute state.



9815
9816
9817
# File 'sig/types.rbs', line 9815

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9821
9822
9823
# File 'sig/types.rbs', line 9821

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


9817
9818
9819
# File 'sig/types.rbs', line 9817

def update_time
  @update_time
end