Class: Aws::Types::UpdateAuthenticationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuthenticationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_ips ⇒ ::Array[::String]
Returns the value of attribute allowed_ips.
-
#authentication_profile_id ⇒ ::String
Returns the value of attribute authentication_profile_id.
-
#blocked_ips ⇒ ::Array[::String]
Returns the value of attribute blocked_ips.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#periodic_session_duration ⇒ ::Integer
Returns the value of attribute periodic_session_duration.
-
#session_inactivity_duration ⇒ ::Integer
Returns the value of attribute session_inactivity_duration.
-
#session_inactivity_handling_enabled ⇒ Boolean
Returns the value of attribute session_inactivity_handling_enabled.
Instance Attribute Details
#allowed_ips ⇒ ::Array[::String]
Returns the value of attribute allowed_ips.
8289 8290 8291 |
# File 'sig/types.rbs', line 8289 def allowed_ips @allowed_ips end |
#authentication_profile_id ⇒ ::String
Returns the value of attribute authentication_profile_id.
8285 8286 8287 |
# File 'sig/types.rbs', line 8285 def authentication_profile_id @authentication_profile_id end |
#blocked_ips ⇒ ::Array[::String]
Returns the value of attribute blocked_ips.
8290 8291 8292 |
# File 'sig/types.rbs', line 8290 def blocked_ips @blocked_ips end |
#description ⇒ ::String
Returns the value of attribute description.
8288 8289 8290 |
# File 'sig/types.rbs', line 8288 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8286 8287 8288 |
# File 'sig/types.rbs', line 8286 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8287 8288 8289 |
# File 'sig/types.rbs', line 8287 def name @name end |
#periodic_session_duration ⇒ ::Integer
Returns the value of attribute periodic_session_duration.
8291 8292 8293 |
# File 'sig/types.rbs', line 8291 def periodic_session_duration @periodic_session_duration end |
#session_inactivity_duration ⇒ ::Integer
Returns the value of attribute session_inactivity_duration.
8292 8293 8294 |
# File 'sig/types.rbs', line 8292 def session_inactivity_duration @session_inactivity_duration end |
#session_inactivity_handling_enabled ⇒ Boolean
Returns the value of attribute session_inactivity_handling_enabled.
8293 8294 8295 |
# File 'sig/types.rbs', line 8293 def session_inactivity_handling_enabled @session_inactivity_handling_enabled end |