Class: Aws::Types::DescribeVpcAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"enableDnsSupport", ...

Returns the value of attribute attribute.

Returns:

  • ("enableDnsSupport", "enableDnsHostnames", "enableNetworkAddressUsageMetrics")


7674
7675
7676
# File 'sig/types.rbs', line 7674

def attribute
  @attribute
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7676
7677
7678
# File 'sig/types.rbs', line 7676

def dry_run
  @dry_run
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


7675
7676
7677
# File 'sig/types.rbs', line 7675

def vpc_id
  @vpc_id
end