Class: Aws::VPCLattice::Types::DeleteAuthPolicyRequest

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

#resource_identifierString

The ID or Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


841
842
843
844
845
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 841

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