Class: Aws::Types::DescribeProjectsResponse

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)


512
513
514
# File 'sig/types.rbs', line 512

def next_token
  @next_token
end

#project_descriptions::Array[Types::ProjectDescription]

Returns the value of attribute project_descriptions.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def project_descriptions
  @project_descriptions
end