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.
556 557 558 |
# File 'sig/types.rbs', line 556 def allowed_ips @allowed_ips end |
#arn ⇒ ::String
Returns the value of attribute arn.
553 554 555 |
# File 'sig/types.rbs', line 553 def arn @arn end |
#blocked_ips ⇒ ::Array[::String]
Returns the value of attribute blocked_ips.
557 558 559 |
# File 'sig/types.rbs', line 557 def blocked_ips @blocked_ips end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
559 560 561 |
# File 'sig/types.rbs', line 559 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
555 556 557 |
# File 'sig/types.rbs', line 555 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
552 553 554 |
# File 'sig/types.rbs', line 552 def id @id end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
558 559 560 |
# File 'sig/types.rbs', line 558 def is_default @is_default end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
561 562 563 |
# File 'sig/types.rbs', line 561 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
560 561 562 |
# File 'sig/types.rbs', line 560 def last_modified_time @last_modified_time end |
#max_session_duration ⇒ ::Integer
Returns the value of attribute max_session_duration.
563 564 565 |
# File 'sig/types.rbs', line 563 def max_session_duration @max_session_duration end |
#name ⇒ ::String
Returns the value of attribute name.
554 555 556 |
# File 'sig/types.rbs', line 554 def name @name end |
#periodic_session_duration ⇒ ::Integer
Returns the value of attribute periodic_session_duration.
562 563 564 |
# File 'sig/types.rbs', line 562 def periodic_session_duration @periodic_session_duration end |
#session_inactivity_duration ⇒ ::Integer
Returns the value of attribute session_inactivity_duration.
564 565 566 |
# File 'sig/types.rbs', line 564 def session_inactivity_duration @session_inactivity_duration end |
#session_inactivity_handling_enabled ⇒ Boolean
Returns the value of attribute session_inactivity_handling_enabled.
565 566 567 |
# File 'sig/types.rbs', line 565 def session_inactivity_handling_enabled @session_inactivity_handling_enabled end |