Class: Aws::Types::CreateServiceResponse

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)


271
272
273
# File 'sig/types.rbs', line 271

def arn
  @arn
end

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


276
277
278
# File 'sig/types.rbs', line 276

def auth_type
  @auth_type
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def certificate_arn
  @certificate_arn
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def custom_domain_name
  @custom_domain_name
end

#dns_entryTypes::DnsEntry

Returns the value of attribute dns_entry.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def dns_entry
  @dns_entry
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def id
  @id
end

#idle_timeout_seconds::Integer

Returns the value of attribute idle_timeout_seconds.

Returns:

  • (::Integer)


277
278
279
# File 'sig/types.rbs', line 277

def idle_timeout_seconds
  @idle_timeout_seconds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATE_IN_PROGRESS", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


275
276
277
# File 'sig/types.rbs', line 275

def status
  @status
end