Class: Aws::Types::ProductV2
- Inherits:
-
Object
- Object
- Aws::Types::ProductV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_url ⇒ ::String
Returns the value of attribute activation_url.
-
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#marketplace_product_id ⇒ ::String
Returns the value of attribute marketplace_product_id.
-
#marketplace_url ⇒ ::String
Returns the value of attribute marketplace_url.
-
#product_v2_name ⇒ ::String
Returns the value of attribute product_v2_name.
Instance Attribute Details
#activation_url ⇒ ::String
Returns the value of attribute activation_url.
6913 6914 6915 |
# File 'sig/types.rbs', line 6913 def activation_url @activation_url end |
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
6910 6911 6912 |
# File 'sig/types.rbs', line 6910 def categories @categories end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
6908 6909 6910 |
# File 'sig/types.rbs', line 6908 def company_name @company_name end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
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.
6907 6908 6909 |
# File 'sig/types.rbs', line 6907 def product_v2_name @product_v2_name end |