Class: Aws::Types::PermissionSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def name
  @name
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def permission_set_arn
  @permission_set_arn
end

#relay_state::String

Returns the value of attribute relay_state.

Returns:

  • (::String)


1027
1028
1029
# File 'sig/types.rbs', line 1027

def relay_state
  @relay_state
end

#session_duration::String

Returns the value of attribute session_duration.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def session_duration
  @session_duration
end