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)


1029
1030
1031
# File 'sig/types.rbs', line 1029

def created_date
  @created_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#permission_set_arn ⇒ ::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


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

def permission_set_arn
  @permission_set_arn
end

#relay_state ⇒ ::String

Returns the value of attribute relay_state.

Returns:

  • (::String)


1031
1032
1033
# File 'sig/types.rbs', line 1031

def relay_state
  @relay_state
end

#session_duration ⇒ ::String

Returns the value of attribute session_duration.

Returns:

  • (::String)


1030
1031
1032
# File 'sig/types.rbs', line 1030

def session_duration
  @session_duration
end