Class: Aws::Types::UpdateDevEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_arguments::Hash[::String, ::String]

Returns the value of attribute add_arguments.

Returns:

  • (::Hash[::String, ::String])


8017
8018
8019
# File 'sig/types.rbs', line 8017

def add_arguments
  @add_arguments
end

#add_public_keys::Array[::String]

Returns the value of attribute add_public_keys.

Returns:

  • (::Array[::String])


8012
8013
8014
# File 'sig/types.rbs', line 8012

def add_public_keys
  @add_public_keys
end

#custom_librariesTypes::DevEndpointCustomLibraries

Returns the value of attribute custom_libraries.



8014
8015
8016
# File 'sig/types.rbs', line 8014

def custom_libraries
  @custom_libraries
end

#delete_arguments::Array[::String]

Returns the value of attribute delete_arguments.

Returns:

  • (::Array[::String])


8016
8017
8018
# File 'sig/types.rbs', line 8016

def delete_arguments
  @delete_arguments
end

#delete_public_keys::Array[::String]

Returns the value of attribute delete_public_keys.

Returns:

  • (::Array[::String])


8013
8014
8015
# File 'sig/types.rbs', line 8013

def delete_public_keys
  @delete_public_keys
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


8010
8011
8012
# File 'sig/types.rbs', line 8010

def endpoint_name
  @endpoint_name
end

#public_key::String

Returns the value of attribute public_key.

Returns:

  • (::String)


8011
8012
8013
# File 'sig/types.rbs', line 8011

def public_key
  @public_key
end

#update_etl_librariesBoolean

Returns the value of attribute update_etl_libraries.

Returns:

  • (Boolean)


8015
8016
8017
# File 'sig/types.rbs', line 8015

def update_etl_libraries
  @update_etl_libraries
end