Class: Aws::Types::RemoveAttachmentRoutingPolicyLabelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id ⇒ ::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def attachment_id
  @attachment_id
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1608
1609
1610
# File 'sig/types.rbs', line 1608

def core_network_id
  @core_network_id
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def routing_policy_label
  @routing_policy_label
end