Class: Aws::Types::GetAnomalySubscriptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


525
526
527
# File 'sig/types.rbs', line 525

def max_results
  @max_results
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def monitor_arn
  @monitor_arn
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def next_page_token
  @next_page_token
end

#subscription_arn_list::Array[::String]

Returns the value of attribute subscription_arn_list.

Returns:

  • (::Array[::String])


522
523
524
# File 'sig/types.rbs', line 522

def subscription_arn_list
  @subscription_arn_list
end