Class: Aws::Types::GrafanaServiceDetails

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::MCPServerAuthorizationConfig

Returns the value of attribute authorization_config.



780
781
782
# File 'sig/types.rbs', line 780

def authorization_config
  @authorization_config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def description
  @description
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def endpoint
  @endpoint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


777
778
779
# File 'sig/types.rbs', line 777

def name
  @name
end