Class: Aws::Types::IamActionDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


444
445
446
# File 'sig/types.rbs', line 444

def groups
  @groups
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def policy_arn
  @policy_arn
end

#roles::Array[::String]

Returns the value of attribute roles.

Returns:

  • (::Array[::String])


443
444
445
# File 'sig/types.rbs', line 443

def roles
  @roles
end

#users::Array[::String]

Returns the value of attribute users.

Returns:

  • (::Array[::String])


445
446
447
# File 'sig/types.rbs', line 445

def users
  @users
end