Class: Aws::Types::PutAttachmentRoutingPolicyLabelRequest

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)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def attachment_id
  @attachment_id
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1540
1541
1542
# File 'sig/types.rbs', line 1540

def client_token
  @client_token
end

#core_network_id ⇒ ::String

Returns the value of attribute core_network_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def core_network_id
  @core_network_id
end

#routing_policy_label ⇒ ::String

Returns the value of attribute routing_policy_label.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def routing_policy_label
  @routing_policy_label
end