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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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