Class: Aws::Types::NetworkOriginConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NetworkOriginConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: InternetConfiguration, Unknown, VpcConfiguration
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#internet_configuration ⇒ Types::InternetConfiguration
Returns the value of attribute internet_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#internet_configuration ⇒ Types::InternetConfiguration
Returns the value of attribute internet_configuration.
893 894 895 |
# File 'sig/types.rbs', line 893 def internet_configuration @internet_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
894 895 896 |
# File 'sig/types.rbs', line 894 def unknown @unknown end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
892 893 894 |
# File 'sig/types.rbs', line 892 def vpc_configuration @vpc_configuration end |