Class: Aws::Types::DeleteServiceRequest

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)


243
244
245
# File 'sig/types.rbs', line 243

def application_identifier
  @application_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def environment_identifier
  @environment_identifier
end

#service_identifier::String

Returns the value of attribute service_identifier.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def service_identifier
  @service_identifier
end