Class: Aws::Types::DisassociateVPCFromHostedZoneRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:



482
483
484
# File 'sig/types.rbs', line 482

def comment
  @comment
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:



480
481
482
# File 'sig/types.rbs', line 480

def hosted_zone_id
  @hosted_zone_id
end

#vpcTypes::VPC

Returns the value of attribute vpc.

Returns:



481
482
483
# File 'sig/types.rbs', line 481

def vpc
  @vpc
end