Class: Aws::Types::Product

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)


6901
6902
6903
# File 'sig/types.rbs', line 6901

def activation_url
  @activation_url
end

#categories::Array[::String]

Returns the value of attribute categories.

Returns:

  • (::Array[::String])


6898
6899
6900
# File 'sig/types.rbs', line 6898

def categories
  @categories
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


6896
6897
6898
# File 'sig/types.rbs', line 6896

def company_name
  @company_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


6897
6898
6899
# File 'sig/types.rbs', line 6897

def description
  @description
end

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

Returns the value of attribute integration_types.

Returns:

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


6899
6900
6901
# File 'sig/types.rbs', line 6899

def integration_types
  @integration_types
end

#marketplace_url::String

Returns the value of attribute marketplace_url.

Returns:

  • (::String)


6900
6901
6902
# File 'sig/types.rbs', line 6900

def marketplace_url
  @marketplace_url
end

#product_arn::String

Returns the value of attribute product_arn.

Returns:

  • (::String)


6894
6895
6896
# File 'sig/types.rbs', line 6894

def product_arn
  @product_arn
end

#product_name::String

Returns the value of attribute product_name.

Returns:

  • (::String)


6895
6896
6897
# File 'sig/types.rbs', line 6895

def product_name
  @product_name
end

#product_subscription_resource_policy::String

Returns the value of attribute product_subscription_resource_policy.

Returns:

  • (::String)


6902
6903
6904
# File 'sig/types.rbs', line 6902

def product_subscription_resource_policy
  @product_subscription_resource_policy
end