Class: Aws::Types::PrivateEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::PrivateEndpoint
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ManagedVpcResource, SelfManagedLatticeResource, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_vpc_resource ⇒ Types::ManagedVpcResource
Returns the value of attribute managed_vpc_resource.
-
#self_managed_lattice_resource ⇒ Types::SelfManagedLatticeResource
Returns the value of attribute self_managed_lattice_resource.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#managed_vpc_resource ⇒ Types::ManagedVpcResource
Returns the value of attribute managed_vpc_resource.
357 358 359 |
# File 'sig/types.rbs', line 357 def managed_vpc_resource @managed_vpc_resource end |
#self_managed_lattice_resource ⇒ Types::SelfManagedLatticeResource
Returns the value of attribute self_managed_lattice_resource.
356 357 358 |
# File 'sig/types.rbs', line 356 def self_managed_lattice_resource @self_managed_lattice_resource end |
#unknown ⇒ Object
Returns the value of attribute unknown.
358 359 360 |
# File 'sig/types.rbs', line 358 def unknown @unknown end |