Class: Aws::Types::CreatePermissionSetRequest

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)


238
239
240
# File 'sig/types.rbs', line 238

def description
  @description
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def name
  @name
end

#relay_state::String

Returns the value of attribute relay_state.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def relay_state
  @relay_state
end

#session_duration::String

Returns the value of attribute session_duration.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def session_duration
  @session_duration
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def tags
  @tags
end