Class: Aws::Types::CreateServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def application_identifier
  @application_identifier
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def description
  @description
end

#endpoint_type"LAMBDA", "URL"

Returns the value of attribute endpoint_type.

Returns:

  • ("LAMBDA", "URL")


152
153
154
# File 'sig/types.rbs', line 152

def endpoint_type
  @endpoint_type
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def environment_identifier
  @environment_identifier
end

#lambda_endpointTypes::LambdaEndpointInput

Returns the value of attribute lambda_endpoint.



154
155
156
# File 'sig/types.rbs', line 154

def lambda_endpoint
  @lambda_endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


156
157
158
# File 'sig/types.rbs', line 156

def tags
  @tags
end

#url_endpointTypes::UrlEndpointInput

Returns the value of attribute url_endpoint.



157
158
159
# File 'sig/types.rbs', line 157

def url_endpoint
  @url_endpoint
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def vpc_id
  @vpc_id
end