Class: Aws::Types::CreateEndpointInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::DeploymentConfig

Returns the value of attribute deployment_config.



2188
2189
2190
# File 'sig/types.rbs', line 2188

def deployment_config
  @deployment_config
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def endpoint_name
  @endpoint_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2189
2190
2191
# File 'sig/types.rbs', line 2189

def tags
  @tags
end