Class: Aws::Types::Subscription
- Inherits:
-
Object
- Object
- Aws::Types::Subscription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_renew ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_renew.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#limits ⇒ ::Array[Types::Limit]
Returns the value of attribute limits.
-
#proactive_engagement_status ⇒ "ENABLED", ...
Returns the value of attribute proactive_engagement_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
-
#subscription_limits ⇒ Types::SubscriptionLimits
Returns the value of attribute subscription_limits.
-
#time_commitment_in_seconds ⇒ ::Integer
Returns the value of attribute time_commitment_in_seconds.
Instance Attribute Details
#auto_renew ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_renew.
520 521 522 |
# File 'sig/types.rbs', line 520 def auto_renew @auto_renew end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
518 519 520 |
# File 'sig/types.rbs', line 518 def end_time @end_time end |
#limits ⇒ ::Array[Types::Limit]
Returns the value of attribute limits.
521 522 523 |
# File 'sig/types.rbs', line 521 def limits @limits end |
#proactive_engagement_status ⇒ "ENABLED", ...
Returns the value of attribute proactive_engagement_status.
522 523 524 |
# File 'sig/types.rbs', line 522 def proactive_engagement_status @proactive_engagement_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
517 518 519 |
# File 'sig/types.rbs', line 517 def start_time @start_time end |
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
524 525 526 |
# File 'sig/types.rbs', line 524 def subscription_arn @subscription_arn end |
#subscription_limits ⇒ Types::SubscriptionLimits
Returns the value of attribute subscription_limits.
523 524 525 |
# File 'sig/types.rbs', line 523 def subscription_limits @subscription_limits end |
#time_commitment_in_seconds ⇒ ::Integer
Returns the value of attribute time_commitment_in_seconds.
519 520 521 |
# File 'sig/types.rbs', line 519 def time_commitment_in_seconds @time_commitment_in_seconds end |