Class: Aws::SSMContacts::Types::GetContactPolicyResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the contact or escalation plan.

Returns:

  • (String)


950
951
952
953
954
955
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 950

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

#policyString

Details about the resource policy attached to the contact or escalation plan.

Returns:

  • (String)


950
951
952
953
954
955
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 950

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