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)


791
792
793
# File 'sig/types.rbs', line 791

def 
  @account_id
end

#assessment_status"NOT_STARTED", ...

Returns the value of attribute assessment_status.

Returns:

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


792
793
794
# File 'sig/types.rbs', line 792

def assessment_status
  @assessment_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


794
795
796
# File 'sig/types.rbs', line 794

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def next_token
  @next_token
end

#ou_id::String

Returns the value of attribute ou_id.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def ou_id
  @ou_id
end

#policy_arn::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def policy_arn
  @policy_arn
end

#system_arn::String

Returns the value of attribute system_arn.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def system_arn
  @system_arn
end

#user_journey_id::String

Returns the value of attribute user_journey_id.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def user_journey_id
  @user_journey_id
end