Class: Aws::IAM::Types::GetGroupPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetGroupPolicy request.

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The group the policy is associated with.

Returns:

  • (String)


2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-iam/types.rb', line 2979

class GetGroupPolicyResponse < Struct.new(
  :group_name,
  :policy_name,
  :policy_document)
  include Aws::Structure
end

#policy_documentString

The policy document.

Returns:

  • (String)


2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-iam/types.rb', line 2979

class GetGroupPolicyResponse < Struct.new(
  :group_name,
  :policy_name,
  :policy_document)
  include Aws::Structure
end

#policy_nameString

The name of the policy.

Returns:

  • (String)


2979
2980
2981
2982
2983
2984
# File 'lib/aws-sdk-iam/types.rb', line 2979

class GetGroupPolicyResponse < Struct.new(
  :group_name,
  :policy_name,
  :policy_document)
  include Aws::Structure
end