Class: Aws::Types::GetMonitorResponse

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)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1424
1425
1426
# File 'sig/types.rbs', line 1424

def created_by
  @created_by
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def display_name
  @display_name
end

#identity_center_application_arn::String

Returns the value of attribute identity_center_application_arn.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

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)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def identity_center_instance_arn
  @identity_center_instance_arn
end

#identity_center_region::String

Returns the value of attribute identity_center_region.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def identity_center_region
  @identity_center_region
end

#monitor_id::String

Returns the value of attribute monitor_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def monitor_id
  @monitor_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def role_arn
  @role_arn
end

#subdomain::String

Returns the value of attribute subdomain.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def subdomain
  @subdomain
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def updated_by
  @updated_by
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def url
  @url
end