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.



2203
2204
2205
# File 'sig/types.rbs', line 2203

def deployment_config
  @deployment_config
end

#endpoint_config_name::String

Returns the value of attribute endpoint_config_name.

Returns:

  • (::String)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def endpoint_config_name
  @endpoint_config_name
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def endpoint_name
  @endpoint_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2204
2205
2206
# File 'sig/types.rbs', line 2204

def tags
  @tags
end