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")


6678
6679
6680
# File 'sig/types.rbs', line 6678

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


6676
6677
6678
# File 'sig/types.rbs', line 6676

def dry_run
  @dry_run
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


6677
6678
6679
# File 'sig/types.rbs', line 6677

def network_interface_id
  @network_interface_id
end