Class: Aws::Types::AttachmentRoutingPolicyAssociationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_routing_policies ⇒ ::Array[::String]

Returns the value of attribute associated_routing_policies.

Returns:

  • (::Array[::String])


122
123
124
# File 'sig/types.rbs', line 122

def associated_routing_policies
  @associated_routing_policies
end

#attachment_id ⇒ ::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def attachment_id
  @attachment_id
end

#pending_routing_policies ⇒ ::Array[::String]

Returns the value of attribute pending_routing_policies.

Returns:

  • (::Array[::String])


121
122
123
# File 'sig/types.rbs', line 121

def pending_routing_policies
  @pending_routing_policies
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def routing_policy_label
  @routing_policy_label
end