Class: Aws::Types::Subscription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_renew"ENABLED", "DISABLED"

Returns the value of attribute auto_renew.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def subscription_arn
  @subscription_arn
end

#subscription_limitsTypes::SubscriptionLimits

Returns the value of attribute subscription_limits.

Returns:



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.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def time_commitment_in_seconds
  @time_commitment_in_seconds
end