Class: Aws::MPA::Types::ListResourcePoliciesResponseResourcePolicy

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

Overview

Contains details about a policy for a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

Amazon Resource Name (ARN) for policy.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1461

class ListResourcePoliciesResponseResourcePolicy < Struct.new(
  :policy_arn,
  :policy_type,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

Name of the policy.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1461

class ListResourcePoliciesResponseResourcePolicy < Struct.new(
  :policy_arn,
  :policy_type,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#policy_typeString

The type of policy.

Returns:

  • (String)


1461
1462
1463
1464
1465
1466
1467
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1461

class ListResourcePoliciesResponseResourcePolicy < Struct.new(
  :policy_arn,
  :policy_type,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end