Class: Aws::Types::FreeTrialStatus
- Inherits:
-
Object
- Object
- Aws::Types::FreeTrialStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#feature_type ⇒ "SECURITY_HUB_V2", "SECURITY_HUB_V2_MULTI_CLOUD_AZURE"
Returns the value of attribute feature_type.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
5830 5831 5832 |
# File 'sig/types.rbs', line 5830 def expires_at @expires_at end |
#feature_type ⇒ "SECURITY_HUB_V2", "SECURITY_HUB_V2_MULTI_CLOUD_AZURE"
Returns the value of attribute feature_type.
5827 5828 5829 |
# File 'sig/types.rbs', line 5827 def feature_type @feature_type end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
5829 5830 5831 |
# File 'sig/types.rbs', line 5829 def started_at @started_at end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
5828 5829 5830 |
# File 'sig/types.rbs', line 5828 def status @status end |