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`.
11048 11049 11050 11051 11052 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11048 class IsVpcPeeredResult < Struct.new( :is_peered) SENSITIVE = [] include Aws::Structure end |