Class: Aws::VPCLattice::Types::PutAuthPolicyResponse

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)


2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2590

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

#stateString

The state of the auth policy. The auth policy is only active when the auth type is set to Amazon Web Services_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy you provide will remain inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2590

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