Class: Aws::Types::ListServicesRequest

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)


487
488
489
# File 'sig/types.rbs', line 487

def application_identifier
  @application_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def environment_identifier
  @environment_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


489
490
491
# File 'sig/types.rbs', line 489

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def next_token
  @next_token
end