Class: Aws::Types::Product
- Inherits:
-
Object
- Object
- Aws::Types::Product
- 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_types ⇒ ::Array[("SEND_FINDINGS_TO_SECURITY_HUB" | "RECEIVE_FINDINGS_FROM_SECURITY_HUB" | "UPDATE_FINDINGS_IN_SECURITY_HUB")]
Returns the value of attribute integration_types.
-
#marketplace_url ⇒ ::String
Returns the value of attribute marketplace_url.
-
#product_arn ⇒ ::String
Returns the value of attribute product_arn.
-
#product_name ⇒ ::String
Returns the value of attribute product_name.
-
#product_subscription_resource_policy ⇒ ::String
Returns the value of attribute product_subscription_resource_policy.
Instance Attribute Details
#activation_url ⇒ ::String
Returns the value of attribute activation_url.
6901 6902 6903 |
# File 'sig/types.rbs', line 6901 def activation_url @activation_url end |
#categories ⇒ ::Array[::String]
Returns the value of attribute categories.
6898 6899 6900 |
# File 'sig/types.rbs', line 6898 def categories @categories end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def company_name @company_name end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
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.
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.
6902 6903 6904 |
# File 'sig/types.rbs', line 6902 def product_subscription_resource_policy @product_subscription_resource_policy end |