Class: Aws::Types::AppMonitorConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_cookiesBoolean

Returns the value of attribute allow_cookies.

Returns:

  • (Boolean)


40
41
42
# File 'sig/types.rbs', line 40

def allow_cookies
  @allow_cookies
end

#enable_x_rayBoolean

Returns the value of attribute enable_x_ray.

Returns:

  • (Boolean)


42
43
44
# File 'sig/types.rbs', line 42

def enable_x_ray
  @enable_x_ray
end

#excluded_pages::Array[::String]

Returns the value of attribute excluded_pages.

Returns:

  • (::Array[::String])


35
36
37
# File 'sig/types.rbs', line 35

def excluded_pages
  @excluded_pages
end

#favorite_pages::Array[::String]

Returns the value of attribute favorite_pages.

Returns:

  • (::Array[::String])


37
38
39
# File 'sig/types.rbs', line 37

def favorite_pages
  @favorite_pages
end

#guest_role_arn::String

Returns the value of attribute guest_role_arn.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def guest_role_arn
  @guest_role_arn
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def identity_pool_id
  @identity_pool_id
end

#included_pages::Array[::String]

Returns the value of attribute included_pages.

Returns:

  • (::Array[::String])


36
37
38
# File 'sig/types.rbs', line 36

def included_pages
  @included_pages
end

#session_sample_rate::Float

Returns the value of attribute session_sample_rate.

Returns:

  • (::Float)


38
39
40
# File 'sig/types.rbs', line 38

def session_sample_rate
  @session_sample_rate
end

#telemetries::Array[("errors" | "performance" | "http")]

Returns the value of attribute telemetries.

Returns:

  • (::Array[("errors" | "performance" | "http")])


41
42
43
# File 'sig/types.rbs', line 41

def telemetries
  @telemetries
end