Class: Aws::Types::UpdateDevEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDevEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute add_arguments.
-
#add_public_keys ⇒ ::Array[::String]
Returns the value of attribute add_public_keys.
-
#custom_libraries ⇒ Types::DevEndpointCustomLibraries
Returns the value of attribute custom_libraries.
-
#delete_arguments ⇒ ::Array[::String]
Returns the value of attribute delete_arguments.
-
#delete_public_keys ⇒ ::Array[::String]
Returns the value of attribute delete_public_keys.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#public_key ⇒ ::String
Returns the value of attribute public_key.
-
#update_etl_libraries ⇒ Boolean
Returns the value of attribute update_etl_libraries.
Instance Attribute Details
#add_arguments ⇒ ::Hash[::String, ::String]
Returns the value of attribute add_arguments.
7985 7986 7987 |
# File 'sig/types.rbs', line 7985 def add_arguments @add_arguments end |
#add_public_keys ⇒ ::Array[::String]
Returns the value of attribute add_public_keys.
7980 7981 7982 |
# File 'sig/types.rbs', line 7980 def add_public_keys @add_public_keys end |
#custom_libraries ⇒ Types::DevEndpointCustomLibraries
Returns the value of attribute custom_libraries.
7982 7983 7984 |
# File 'sig/types.rbs', line 7982 def custom_libraries @custom_libraries end |
#delete_arguments ⇒ ::Array[::String]
Returns the value of attribute delete_arguments.
7984 7985 7986 |
# File 'sig/types.rbs', line 7984 def delete_arguments @delete_arguments end |
#delete_public_keys ⇒ ::Array[::String]
Returns the value of attribute delete_public_keys.
7981 7982 7983 |
# File 'sig/types.rbs', line 7981 def delete_public_keys @delete_public_keys end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
7978 7979 7980 |
# File 'sig/types.rbs', line 7978 def endpoint_name @endpoint_name end |
#public_key ⇒ ::String
Returns the value of attribute public_key.
7979 7980 7981 |
# File 'sig/types.rbs', line 7979 def public_key @public_key end |
#update_etl_libraries ⇒ Boolean
Returns the value of attribute update_etl_libraries.
7983 7984 7985 |
# File 'sig/types.rbs', line 7983 def update_etl_libraries @update_etl_libraries end |