Class: Aws::Lightsail::Types::IsVpcPeeredResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_peeredBoolean

Returns true if the Lightsail VPC is peered; otherwise, false.

Returns:

  • (Boolean)


10879
10880
10881
10882
10883
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10879

class IsVpcPeeredResult < Struct.new(
  :is_peered)
  SENSITIVE = []
  include Aws::Structure
end