Class: Aws::VPCLattice::Types::GetAuthPolicyResponse

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

#created_atTime

The date and time that the auth policy was created, in ISO-8601 format.

Returns:

  • (Time)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2052

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

#last_updated_atTime

The date and time that the auth policy was last updated, in ISO-8601 format.

Returns:

  • (Time)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2052

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

#policyString

The auth policy.

Returns:

  • (String)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2052

class GetAuthPolicyResponse < Struct.new(
  :policy,
  :state,
  :created_at,
  :last_updated_at)
  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 AWS_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 that you provide remains inactive. For more information, see Create a service network in the Amazon VPC Lattice User Guide.

Returns:

  • (String)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2052

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