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)


251
252
253
# File 'sig/types.rbs', line 251

def assume_role_policy_document
  @assume_role_policy_document
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def description
  @description
end

#max_session_duration::Integer

Returns the value of attribute max_session_duration.

Returns:

  • (::Integer)


253
254
255
# File 'sig/types.rbs', line 253

def max_session_duration
  @max_session_duration
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def path
  @path
end

#permissions_boundary::String

Returns the value of attribute permissions_boundary.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def permissions_boundary
  @permissions_boundary
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def role_name
  @role_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def tags
  @tags
end