Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EksConfiguration, Unknown, VpcConfiguration
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#eks_configuration ⇒ Types::EksConfiguration
Returns the value of attribute eks_configuration.
770 771 772 |
# File 'sig/types.rbs', line 770 def eks_configuration @eks_configuration end |
#unknown ⇒ Object
Returns the value of attribute unknown.
772 773 774 |
# File 'sig/types.rbs', line 772 def unknown @unknown end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
771 772 773 |
# File 'sig/types.rbs', line 771 def vpc_configuration @vpc_configuration end |