Class: Aws::Types::CreateServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def creator_request_id
  @creator_request_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def description
  @description
end

#dns_configTypes::DnsConfig

Returns the value of attribute dns_config.

Returns:



58
59
60
# File 'sig/types.rbs', line 58

def dns_config
  @dns_config
end

#health_check_configTypes::HealthCheckConfig

Returns the value of attribute health_check_config.



59
60
61
# File 'sig/types.rbs', line 59

def health_check_config
  @health_check_config
end

#health_check_custom_configTypes::HealthCheckCustomConfig

Returns the value of attribute health_check_custom_config.



60
61
62
# File 'sig/types.rbs', line 60

def health_check_custom_config
  @health_check_custom_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def name
  @name
end

#namespace_id::String

Returns the value of attribute namespace_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def namespace_id
  @namespace_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



61
62
63
# File 'sig/types.rbs', line 61

def tags
  @tags
end

#type"HTTP"

Returns the value of attribute type.

Returns:

  • ("HTTP")


62
63
64
# File 'sig/types.rbs', line 62

def type
  @type
end