Class: Aws::Types::CreateAuthCodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAuthCodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_session_duration_minutes ⇒ ::Integer
Returns the value of attribute max_session_duration_minutes.
-
#scope ⇒ Types::AuthScope
Returns the value of attribute scope.
-
#session_inactivity_duration_minutes ⇒ ::Integer
Returns the value of attribute session_inactivity_duration_minutes.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def instance_id @instance_id end |
#max_session_duration_minutes ⇒ ::Integer
Returns the value of attribute max_session_duration_minutes.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def max_session_duration_minutes @max_session_duration_minutes end |
#scope ⇒ Types::AuthScope
Returns the value of attribute scope.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def scope @scope end |
#session_inactivity_duration_minutes ⇒ ::Integer
Returns the value of attribute session_inactivity_duration_minutes.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def session_inactivity_duration_minutes @session_inactivity_duration_minutes end |