Class: Aws::Types::ResourceCreationLimitPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResourceCreationLimitPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_game_sessions_per_creator ⇒ ::Integer
Returns the value of attribute new_game_sessions_per_creator.
-
#policy_period_in_minutes ⇒ ::Integer
Returns the value of attribute policy_period_in_minutes.
Instance Attribute Details
#new_game_sessions_per_creator ⇒ ::Integer
Returns the value of attribute new_game_sessions_per_creator.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def new_game_sessions_per_creator @new_game_sessions_per_creator end |
#policy_period_in_minutes ⇒ ::Integer
Returns the value of attribute policy_period_in_minutes.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def policy_period_in_minutes @policy_period_in_minutes end |