Class: Aws::Types::AuthenticationProfile
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_ips ⇒ ::Array[::String]
Returns the value of attribute allowed_ips.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#blocked_ips ⇒ ::Array[::String]
Returns the value of attribute blocked_ips.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
-
#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.
544 545 546 |
# File 'sig/types.rbs', line 544 def allowed_ips @allowed_ips end |
#arn ⇒ ::String
Returns the value of attribute arn.
541 542 543 |
# File 'sig/types.rbs', line 541 def arn @arn end |
#blocked_ips ⇒ ::Array[::String]
Returns the value of attribute blocked_ips.
545 546 547 |
# File 'sig/types.rbs', line 545 def blocked_ips @blocked_ips end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
547 548 549 |
# File 'sig/types.rbs', line 547 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
543 544 545 |
# File 'sig/types.rbs', line 543 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
540 541 542 |
# File 'sig/types.rbs', line 540 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
546 547 548 |
# File 'sig/types.rbs', line 546 def is_default @is_default end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
549 550 551 |
# File 'sig/types.rbs', line 549 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
548 549 550 |
# File 'sig/types.rbs', line 548 def last_modified_time @last_modified_time end |
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
551 552 553 |
# File 'sig/types.rbs', line 551 def max_session_duration @max_session_duration end |
#name ⇒ ::String
Returns the value of attribute name.
542 543 544 |
# File 'sig/types.rbs', line 542 def name @name end |
#periodic_session_duration ⇒ ::Integer
Returns the value of attribute periodic_session_duration.
550 551 552 |
# File 'sig/types.rbs', line 550 def periodic_session_duration @periodic_session_duration end |
#session_inactivity_duration ⇒ ::Integer
Returns the value of attribute session_inactivity_duration.
552 553 554 |
# File 'sig/types.rbs', line 552 def session_inactivity_duration @session_inactivity_duration end |
#session_inactivity_handling_enabled ⇒ Boolean
Returns the value of attribute session_inactivity_handling_enabled.
553 554 555 |
# File 'sig/types.rbs', line 553 def session_inactivity_handling_enabled @session_inactivity_handling_enabled end |