Class: Aws::Types::DescribeServiceEnvironmentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def next_token
  @next_token
end

#service_environments::Array[Types::ServiceEnvironmentDetail]

Returns the value of attribute service_environments.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def service_environments
  @service_environments
end