Class: Aws::Types::ListVPCAssociationAuthorizationsResponse

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)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def hosted_zone_id
  @hosted_zone_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def next_token
  @next_token
end

#vp_cs::Array[Types::VPC]

Returns the value of attribute vp_cs.

Returns:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def vp_cs
  @vp_cs
end