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.
299 300 301 |
# File 'sig/types.rbs', line 299 def managed_vpc_resource @managed_vpc_resource end |
#self_managed_lattice_resource ⇒ Types::SelfManagedLatticeResource
Returns the value of attribute self_managed_lattice_resource.
298 299 300 |
# File 'sig/types.rbs', line 298 def self_managed_lattice_resource @self_managed_lattice_resource end |
#unknown ⇒ Object
Returns the value of attribute unknown.
300 301 302 |
# File 'sig/types.rbs', line 300 def unknown @unknown end |