Class: Aws::Types::AssociateVPCWithHostedZoneRequest

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:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def comment
  @comment
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def hosted_zone_id
  @hosted_zone_id
end

#vpcTypes::VPC

Returns the value of attribute vpc.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def vpc
  @vpc
end