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

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def 
  @account_id
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

  • ("NOT_STARTED", "PENDING", "IN_PROGRESS", "FAILED", "SUCCESS")


813
814
815
# File 'sig/types.rbs', line 813

def assessment_status
  @assessment_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


815
816
817
# File 'sig/types.rbs', line 815

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def next_token
  @next_token
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def ou_id
  @ou_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def policy_arn
  @policy_arn
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def system_arn
  @system_arn
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def user_journey_id
  @user_journey_id
end