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)


9591
9592
9593
# File 'sig/types.rbs', line 9591

def create_time
  @create_time
end

#data_retention_supportBoolean

Returns the value of attribute data_retention_support.

Returns:

  • (Boolean)


9598
9599
9600
# File 'sig/types.rbs', line 9598

def data_retention_support
  @data_retention_support
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9587
9588
9589
# File 'sig/types.rbs', line 9587

def description
  @description
end

#fpga_image_global_id::String

Returns the value of attribute fpga_image_global_id.

Returns:

  • (::String)


9585
9586
9587
# File 'sig/types.rbs', line 9585

def fpga_image_global_id
  @fpga_image_global_id
end

#fpga_image_id::String

Returns the value of attribute fpga_image_id.

Returns:

  • (::String)


9584
9585
9586
# File 'sig/types.rbs', line 9584

def fpga_image_id
  @fpga_image_id
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


9599
9600
9601
# File 'sig/types.rbs', line 9599

def instance_types
  @instance_types
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9586
9587
9588
# File 'sig/types.rbs', line 9586

def name
  @name
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


9594
9595
9596
# File 'sig/types.rbs', line 9594

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


9593
9594
9595
# File 'sig/types.rbs', line 9593

def owner_id
  @owner_id
end

#pci_idTypes::PciId

Returns the value of attribute pci_id.

Returns:



9589
9590
9591
# File 'sig/types.rbs', line 9589

def pci_id
  @pci_id
end

#product_codes::Array[Types::ProductCode]

Returns the value of attribute product_codes.

Returns:



9595
9596
9597
# File 'sig/types.rbs', line 9595

def product_codes
  @product_codes
end

#publicBoolean

Returns the value of attribute public.

Returns:

  • (Boolean)


9597
9598
9599
# File 'sig/types.rbs', line 9597

def public
  @public
end

#shell_version::String

Returns the value of attribute shell_version.

Returns:

  • (::String)


9588
9589
9590
# File 'sig/types.rbs', line 9588

def shell_version
  @shell_version
end

#stateTypes::FpgaImageState

Returns the value of attribute state.



9590
9591
9592
# File 'sig/types.rbs', line 9590

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



9596
9597
9598
# File 'sig/types.rbs', line 9596

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


9592
9593
9594
# File 'sig/types.rbs', line 9592

def update_time
  @update_time
end