Class: Aws::Types::ProductV2

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_url::String

Returns the value of attribute activation_url.

Returns:

  • (::String)


6913
6914
6915
# File 'sig/types.rbs', line 6913

def activation_url
  @activation_url
end

#categories::Array[::String]

Returns the value of attribute categories.

Returns:

  • (::Array[::String])


6910
6911
6912
# File 'sig/types.rbs', line 6910

def categories
  @categories
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


6908
6909
6910
# File 'sig/types.rbs', line 6908

def company_name
  @company_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6909
6910
6911
# File 'sig/types.rbs', line 6909

def description
  @description
end

#integration_v2_types::Array[("SEND_FINDINGS_TO_SECURITY_HUB" | "RECEIVE_FINDINGS_FROM_SECURITY_HUB" | "UPDATE_FINDINGS_IN_SECURITY_HUB" | "EXTENDED_PLAN")]

Returns the value of attribute integration_v2_types.

Returns:

  • (::Array[("SEND_FINDINGS_TO_SECURITY_HUB" | "RECEIVE_FINDINGS_FROM_SECURITY_HUB" | "UPDATE_FINDINGS_IN_SECURITY_HUB" | "EXTENDED_PLAN")])


6911
6912
6913
# File 'sig/types.rbs', line 6911

def integration_v2_types
  @integration_v2_types
end

#marketplace_product_id::String

Returns the value of attribute marketplace_product_id.

Returns:

  • (::String)


6914
6915
6916
# File 'sig/types.rbs', line 6914

def marketplace_product_id
  @marketplace_product_id
end

#marketplace_url::String

Returns the value of attribute marketplace_url.

Returns:

  • (::String)


6912
6913
6914
# File 'sig/types.rbs', line 6912

def marketplace_url
  @marketplace_url
end

#product_v2_name::String

Returns the value of attribute product_v2_name.

Returns:

  • (::String)


6907
6908
6909
# File 'sig/types.rbs', line 6907

def product_v2_name
  @product_v2_name
end