Class: Aws::Budgets::Types::IamActionDefinition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

The Identity and Access Management (IAM) action definition details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<String>

A list of groups to be attached. There must be at least one group.

Returns:

  • (Array<String>)


1441
1442
1443
1444
1445
1446
1447
1448
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1441

class IamActionDefinition < Struct.new(
  :policy_arn,
  :roles,
  :groups,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the policy to be attached.

Returns:

  • (String)


1441
1442
1443
1444
1445
1446
1447
1448
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1441

class IamActionDefinition < Struct.new(
  :policy_arn,
  :roles,
  :groups,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#rolesArray<String>

A list of roles to be attached. There must be at least one role.

Returns:

  • (Array<String>)


1441
1442
1443
1444
1445
1446
1447
1448
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1441

class IamActionDefinition < Struct.new(
  :policy_arn,
  :roles,
  :groups,
  :users)
  SENSITIVE = []
  include Aws::Structure
end

#usersArray<String>

A list of users to be attached. There must be at least one user.

Returns:

  • (Array<String>)


1441
1442
1443
1444
1445
1446
1447
1448
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1441

class IamActionDefinition < Struct.new(
  :policy_arn,
  :roles,
  :groups,
  :users)
  SENSITIVE = []
  include Aws::Structure
end