Class: Aws::Types::CreateVPCAssociationAuthorizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def hosted_zone_id
  @hosted_zone_id
end

#vpcTypes::VPC

Returns the value of attribute vpc.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def vpc
  @vpc
end