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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


605
606
607
# File 'sig/types.rbs', line 605

def create_date
  @create_date
end

#created_by_account::String

Returns the value of attribute created_by_account.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def 
  @created_by_account
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def description
  @description
end

#dns_configTypes::DnsConfig

Returns the value of attribute dns_config.

Returns:



602
603
604
# File 'sig/types.rbs', line 602

def dns_config
  @dns_config
end

#health_check_configTypes::HealthCheckConfig

Returns the value of attribute health_check_config.



603
604
605
# File 'sig/types.rbs', line 603

def health_check_config
  @health_check_config
end

#health_check_custom_configTypes::HealthCheckCustomConfig

Returns the value of attribute health_check_custom_config.



604
605
606
# File 'sig/types.rbs', line 604

def health_check_custom_config
  @health_check_custom_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def id
  @id
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


601
602
603
# File 'sig/types.rbs', line 601

def instance_count
  @instance_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def name
  @name
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


597
598
599
# File 'sig/types.rbs', line 597

def resource_owner
  @resource_owner
end

#type"HTTP", ...

Returns the value of attribute type.

Returns:

  • ("HTTP", "DNS_HTTP", "DNS")


599
600
601
# File 'sig/types.rbs', line 599

def type
  @type
end