Class: Aws::Types::CreateServiceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def 
  
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


166
167
168
# File 'sig/types.rbs', line 166

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def description
  @description
end

#endpoint_type"LAMBDA", "URL"

Returns the value of attribute endpoint_type.

Returns:

  • ("LAMBDA", "URL")


168
169
170
# File 'sig/types.rbs', line 168

def endpoint_type
  @endpoint_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def environment_id
  @environment_id
end

#lambda_endpointTypes::LambdaEndpointInput

Returns the value of attribute lambda_endpoint.



170
171
172
# File 'sig/types.rbs', line 170

def lambda_endpoint
  @lambda_endpoint
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


171
172
173
# File 'sig/types.rbs', line 171

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def 
  
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED")


175
176
177
# File 'sig/types.rbs', line 175

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


176
177
178
# File 'sig/types.rbs', line 176

def tags
  @tags
end

#url_endpointTypes::UrlEndpointInput

Returns the value of attribute url_endpoint.



177
178
179
# File 'sig/types.rbs', line 177

def url_endpoint
  @url_endpoint
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def vpc_id
  @vpc_id
end