Class: Aws::Types::UpdatePermissionSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def description
  @description
end

#instance_arn ⇒ ::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def instance_arn
  @instance_arn
end

#permission_set_arn ⇒ ::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def permission_set_arn
  @permission_set_arn
end

#relay_state ⇒ ::String

Returns the value of attribute relay_state.

Returns:

  • (::String)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def relay_state
  @relay_state
end

#session_duration ⇒ ::String

Returns the value of attribute session_duration.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def session_duration
  @session_duration
end