Class: Aws::Types::MonitorSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def created_by
  @created_by
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def display_name
  @display_name
end

#identity_center_application_arn::String

Returns the value of attribute identity_center_application_arn.

Returns:

  • (::String)


2420
2421
2422
# File 'sig/types.rbs', line 2420

def identity_center_application_arn
  @identity_center_application_arn
end

#identity_center_instance_arn::String

Returns the value of attribute identity_center_instance_arn.

Returns:

  • (::String)


2418
2419
2420
# File 'sig/types.rbs', line 2418

def identity_center_instance_arn
  @identity_center_instance_arn
end

#identity_center_region::String

Returns the value of attribute identity_center_region.

Returns:

  • (::String)


2419
2420
2421
# File 'sig/types.rbs', line 2419

def identity_center_region
  @identity_center_region
end

#monitor_id::String

Returns the value of attribute monitor_id.

Returns:

  • (::String)


2413
2414
2415
# File 'sig/types.rbs', line 2413

def monitor_id
  @monitor_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2417
2418
2419
# File 'sig/types.rbs', line 2417

def role_arn
  @role_arn
end

#subdomain::String

Returns the value of attribute subdomain.

Returns:

  • (::String)


2415
2416
2417
# File 'sig/types.rbs', line 2415

def subdomain
  @subdomain
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def updated_by
  @updated_by
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


2416
2417
2418
# File 'sig/types.rbs', line 2416

def url
  @url
end