Class: Aws::Types::DescribeEnvironmentsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def application_name
  @application_name
end

#environment_ids::Array[::String]

Returns the value of attribute environment_ids.

Returns:

  • (::Array[::String])


437
438
439
# File 'sig/types.rbs', line 437

def environment_ids
  @environment_ids
end

#environment_names::Array[::String]

Returns the value of attribute environment_names.

Returns:

  • (::Array[::String])


438
439
440
# File 'sig/types.rbs', line 438

def environment_names
  @environment_names
end

#include_deletedBoolean

Returns the value of attribute include_deleted.

Returns:

  • (Boolean)


439
440
441
# File 'sig/types.rbs', line 439

def include_deleted
  @include_deleted
end

#included_deleted_back_to::Time

Returns the value of attribute included_deleted_back_to.

Returns:

  • (::Time)


440
441
442
# File 'sig/types.rbs', line 440

def included_deleted_back_to
  @included_deleted_back_to
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


441
442
443
# File 'sig/types.rbs', line 441

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def next_token
  @next_token
end

#version_label::String

Returns the value of attribute version_label.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def version_label
  @version_label
end