Class: Aws::Types::CreateSubscriptionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_mode ⇒ "MANUAL", "IMMEDIATE"
Returns the value of attribute approval_mode.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#plan_family ⇒ ::String
Returns the value of attribute plan_family.
-
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
Instance Attribute Details
#approval_mode ⇒ "MANUAL", "IMMEDIATE"
Returns the value of attribute approval_mode.
80 81 82 |
# File 'sig/types.rbs', line 80 def approval_mode @approval_mode end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
81 82 83 |
# File 'sig/types.rbs', line 81 def client_token @client_token end |
#plan_family ⇒ ::String
Returns the value of attribute plan_family.
76 77 78 |
# File 'sig/types.rbs', line 76 def plan_family @plan_family end |
#plan_tier ⇒ ::String
Returns the value of attribute plan_tier.
77 78 79 |
# File 'sig/types.rbs', line 77 def plan_tier @plan_tier end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
79 80 81 |
# File 'sig/types.rbs', line 79 def resource_arns @resource_arns end |
#usage_level ⇒ ::String
Returns the value of attribute usage_level.
78 79 80 |
# File 'sig/types.rbs', line 78 def usage_level @usage_level end |