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])


8585
8586
8587
# File 'sig/types.rbs', line 8585

def allowed_ips
  @allowed_ips
end

#authentication_profile_id::String

Returns the value of attribute authentication_profile_id.

Returns:

  • (::String)


8581
8582
8583
# File 'sig/types.rbs', line 8581

def authentication_profile_id
  @authentication_profile_id
end

#blocked_ips::Array[::String]

Returns the value of attribute blocked_ips.

Returns:

  • (::Array[::String])


8586
8587
8588
# File 'sig/types.rbs', line 8586

def blocked_ips
  @blocked_ips
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8584
8585
8586
# File 'sig/types.rbs', line 8584

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8582
8583
8584
# File 'sig/types.rbs', line 8582

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8583
8584
8585
# File 'sig/types.rbs', line 8583

def name
  @name
end

#periodic_session_duration::Integer

Returns the value of attribute periodic_session_duration.

Returns:

  • (::Integer)


8587
8588
8589
# File 'sig/types.rbs', line 8587

def periodic_session_duration
  @periodic_session_duration
end

#session_inactivity_duration::Integer

Returns the value of attribute session_inactivity_duration.

Returns:

  • (::Integer)


8588
8589
8590
# File 'sig/types.rbs', line 8588

def session_inactivity_duration
  @session_inactivity_duration
end

#session_inactivity_handling_enabledBoolean

Returns the value of attribute session_inactivity_handling_enabled.

Returns:

  • (Boolean)


8589
8590
8591
# File 'sig/types.rbs', line 8589

def session_inactivity_handling_enabled
  @session_inactivity_handling_enabled
end