Class: Aws::Types::Service

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)


539
540
541
# File 'sig/types.rbs', line 539

def arn
  @arn
end

#create_date::Time

Returns the value of attribute create_date.

Returns:

  • (::Time)


549
550
551
# File 'sig/types.rbs', line 549

def create_date
  @create_date
end

#created_by_account::String

Returns the value of attribute created_by_account.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def 
  @created_by_account
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def creator_request_id
  @creator_request_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def description
  @description
end

#dns_configTypes::DnsConfig

Returns the value of attribute dns_config.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def dns_config
  @dns_config
end

#health_check_configTypes::HealthCheckConfig

Returns the value of attribute health_check_config.



547
548
549
# File 'sig/types.rbs', line 547

def health_check_config
  @health_check_config
end

#health_check_custom_configTypes::HealthCheckCustomConfig

Returns the value of attribute health_check_custom_config.



548
549
550
# File 'sig/types.rbs', line 548

def health_check_custom_config
  @health_check_custom_config
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def id
  @id
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


544
545
546
# File 'sig/types.rbs', line 544

def instance_count
  @instance_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def name
  @name
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


542
543
544
# File 'sig/types.rbs', line 542

def namespace_id
  @namespace_id
end

#resource_owner::String

Returns the value of attribute resource_owner.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def resource_owner
  @resource_owner
end

#type"HTTP", ...

Returns the value of attribute type.

Returns:

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


546
547
548
# File 'sig/types.rbs', line 546

def type
  @type
end