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)


10868
10869
10870
10871
10872
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10868

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