Class: Aws::VPCLattice::Types::PutAuthPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The auth policy.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2563

class PutAuthPolicyRequest < Struct.new(
  :policy,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.

Returns:

  • (String)


2563
2564
2565
2566
2567
2568
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2563

class PutAuthPolicyRequest < Struct.new(
  :policy,
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end