Class: Aws::Lightsail::Types::IsVpcPeeredResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::IsVpcPeeredResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_peered ⇒ Boolean
Returns ‘true` if the Lightsail VPC is peered; otherwise, `false`.
Instance Attribute Details
#is_peered ⇒ Boolean
Returns ‘true` if the Lightsail VPC is peered; otherwise, `false`.
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 |