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

#auth_type"NONE", "AWS_IAM"

Returns the value of attribute auth_type.

Returns:

  • ("NONE", "AWS_IAM")


264
265
266
# File 'sig/types.rbs', line 264

def auth_type
  @auth_type
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def certificate_arn
  @certificate_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def client_token
  @client_token
end

#custom_domain_name::String

Returns the value of attribute custom_domain_name.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def custom_domain_name
  @custom_domain_name
end

#idle_timeout_seconds::Integer

Returns the value of attribute idle_timeout_seconds.

Returns:

  • (::Integer)


265
266
267
# File 'sig/types.rbs', line 265

def idle_timeout_seconds
  @idle_timeout_seconds
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


261
262
263
# File 'sig/types.rbs', line 261

def tags
  @tags
end