Class: Aws::Types::UpdateAuthenticationProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_ips::Array[::String]

Returns the value of attribute allowed_ips.

Returns:

  • (::Array[::String])


8485
8486
8487
# File 'sig/types.rbs', line 8485

def allowed_ips
  @allowed_ips
end

#authentication_profile_id::String

Returns the value of attribute authentication_profile_id.

Returns:

  • (::String)


8481
8482
8483
# File 'sig/types.rbs', line 8481

def authentication_profile_id
  @authentication_profile_id
end

#blocked_ips::Array[::String]

Returns the value of attribute blocked_ips.

Returns:

  • (::Array[::String])


8486
8487
8488
# File 'sig/types.rbs', line 8486

def blocked_ips
  @blocked_ips
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8484
8485
8486
# File 'sig/types.rbs', line 8484

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8482
8483
8484
# File 'sig/types.rbs', line 8482

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8483
8484
8485
# File 'sig/types.rbs', line 8483

def name
  @name
end

#periodic_session_duration::Integer

Returns the value of attribute periodic_session_duration.

Returns:

  • (::Integer)


8487
8488
8489
# File 'sig/types.rbs', line 8487

def periodic_session_duration
  @periodic_session_duration
end

#session_inactivity_duration::Integer

Returns the value of attribute session_inactivity_duration.

Returns:

  • (::Integer)


8488
8489
8490
# File 'sig/types.rbs', line 8488

def session_inactivity_duration
  @session_inactivity_duration
end

#session_inactivity_handling_enabledBoolean

Returns the value of attribute session_inactivity_handling_enabled.

Returns:

  • (Boolean)


8489
8490
8491
# File 'sig/types.rbs', line 8489

def session_inactivity_handling_enabled
  @session_inactivity_handling_enabled
end