Class: Aws::Types::DescribeNetworkInterfaceAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"description", ...

Returns the value of attribute attribute.

Returns:

  • ("description", "groupSet", "sourceDestCheck", "attachment", "associatePublicIpAddress")


6861
6862
6863
# File 'sig/types.rbs', line 6861

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6859
6860
6861
# File 'sig/types.rbs', line 6859

def dry_run
  @dry_run
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


6860
6861
6862
# File 'sig/types.rbs', line 6860

def network_interface_id
  @network_interface_id
end