Class: Aws::OAM::Types::GetSinkPolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-oam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sink_identifierString

The ARN of the sink to retrieve the policy of.

Returns:

  • (String)


351
352
353
354
355
# File 'lib/aws-sdk-oam/types.rb', line 351

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