Class: Aws::Types::DatadogServiceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::DatadogAuthorizationConfig

Returns the value of attribute authorization_config.



409
410
411
# File 'sig/types.rbs', line 409

def authorization_config
  @authorization_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def description
  @description
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def name
  @name
end