Class: Aws::Types::GetServiceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def application_identifier
  @application_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def environment_identifier
  @environment_identifier
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def service_identifier
  @service_identifier
end