Class: Aws::Types::CreateRoleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assume_role_policy_document::String

Returns the value of attribute assume_role_policy_document.

Returns:

  • (::String)


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

def assume_role_policy_document
  @assume_role_policy_document
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#max_session_duration::Integer

Returns the value of attribute max_session_duration.

Returns:

  • (::Integer)


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

def max_session_duration
  @max_session_duration
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


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

def path
  @path
end

#permissions_boundary::String

Returns the value of attribute permissions_boundary.

Returns:

  • (::String)


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

def permissions_boundary
  @permissions_boundary
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


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

def role_name
  @role_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end