Class: Aws::Types::AuthenticationProfile

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


544
545
546
# File 'sig/types.rbs', line 544

def allowed_ips
  @allowed_ips
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def arn
  @arn
end

#blocked_ips::Array[::String]

Returns the value of attribute blocked_ips.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Time)


547
548
549
# File 'sig/types.rbs', line 547

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def id
  @id
end

#is_defaultBoolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


552
553
554
# File 'sig/types.rbs', line 552

def session_inactivity_duration
  @session_inactivity_duration
end

#session_inactivity_handling_enabledBoolean

Returns the value of attribute session_inactivity_handling_enabled.

Returns:

  • (Boolean)


553
554
555
# File 'sig/types.rbs', line 553

def session_inactivity_handling_enabled
  @session_inactivity_handling_enabled
end