Class: Aws::Types::Source

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: EksConfiguration, Unknown, VpcConfiguration

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eks_configurationTypes::EksConfiguration

Returns the value of attribute eks_configuration.



770
771
772
# File 'sig/types.rbs', line 770

def eks_configuration
  @eks_configuration
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


772
773
774
# File 'sig/types.rbs', line 772

def unknown
  @unknown
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



771
772
773
# File 'sig/types.rbs', line 771

def vpc_configuration
  @vpc_configuration
end