Class: Aws::Types::GetServiceOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::RegisteredService

Returns the value of attribute service.



700
701
702
# File 'sig/types.rbs', line 700

def service
  @service
end

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

Returns the value of attribute tags.

Returns:

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


701
702
703
# File 'sig/types.rbs', line 701

def tags
  @tags
end