Class: Aws::Types::CreateAuthCodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def instance_id
  @instance_id
end

#max_session_duration_minutes::Integer

Returns the value of attribute max_session_duration_minutes.

Returns:

  • (::Integer)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def max_session_duration_minutes
  @max_session_duration_minutes
end

#scopeTypes::AuthScope

Returns the value of attribute scope.

Returns:



1336
1337
1338
# File 'sig/types.rbs', line 1336

def scope
  @scope
end

#session_inactivity_duration_minutes::Integer

Returns the value of attribute session_inactivity_duration_minutes.

Returns:

  • (::Integer)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def session_inactivity_duration_minutes
  @session_inactivity_duration_minutes
end