Class: Aws::Types::GetServiceResponse

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)


389
390
391
# File 'sig/types.rbs', line 389

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def 
  @created_by_account_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def description
  @description
end

#endpoint_type"LAMBDA", "URL"

Returns the value of attribute endpoint_type.

Returns:

  • ("LAMBDA", "URL")


394
395
396
# File 'sig/types.rbs', line 394

def endpoint_type
  @endpoint_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.



396
397
398
# File 'sig/types.rbs', line 396

def error
  @error
end

#lambda_endpointTypes::LambdaEndpointConfig

Returns the value of attribute lambda_endpoint.



397
398
399
# File 'sig/types.rbs', line 397

def lambda_endpoint
  @lambda_endpoint
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


398
399
400
# File 'sig/types.rbs', line 398

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def 
  @owner_account_id
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


402
403
404
# File 'sig/types.rbs', line 402

def state
  @state
end

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

Returns the value of attribute tags.

Returns:

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


403
404
405
# File 'sig/types.rbs', line 403

def tags
  @tags
end

#url_endpointTypes::UrlEndpointConfig

Returns the value of attribute url_endpoint.



404
405
406
# File 'sig/types.rbs', line 404

def url_endpoint
  @url_endpoint
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def vpc_id
  @vpc_id
end