Class: Aws::Types::ServiceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



558
559
560
# File 'sig/types.rbs', line 558

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def arn
  @arn
end

#created_by_account_id::String

Returns the value of attribute created_by_account_id.

Returns:



560
561
562
# File 'sig/types.rbs', line 560

def 
  @created_by_account_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:



561
562
563
# File 'sig/types.rbs', line 561

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:



562
563
564
# File 'sig/types.rbs', line 562

def description
  @description
end

#endpoint_type"LAMBDA", "URL"

Returns the value of attribute endpoint_type.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def endpoint_type
  @endpoint_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def environment_id
  @environment_id
end

#errorTypes::ErrorResponse

Returns the value of attribute error.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def error
  @error
end

#lambda_endpointTypes::LambdaEndpointSummary

Returns the value of attribute lambda_endpoint.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def lambda_endpoint
  @lambda_endpoint
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:



568
569
570
# File 'sig/types.rbs', line 568

def name
  @name
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:



569
570
571
# File 'sig/types.rbs', line 569

def 
  @owner_account_id
end

#service_id::String

Returns the value of attribute service_id.

Returns:



570
571
572
# File 'sig/types.rbs', line 570

def service_id
  @service_id
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



571
572
573
# File 'sig/types.rbs', line 571

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



572
573
574
# File 'sig/types.rbs', line 572

def tags
  @tags
end

#url_endpointTypes::UrlEndpointSummary

Returns the value of attribute url_endpoint.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def url_endpoint
  @url_endpoint
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def vpc_id
  @vpc_id
end