Class: Aws::Types::GetMonitorResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMonitorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#identity_center_application_arn ⇒ ::String
Returns the value of attribute identity_center_application_arn.
-
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
-
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
-
#monitor_id ⇒ ::String
Returns the value of attribute monitor_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
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.
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.
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.
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.
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.
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.
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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def role_arn @role_arn end |
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def subdomain @subdomain end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
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.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def updated_by @updated_by end |
#url ⇒ ::String
Returns the value of attribute url.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def url @url end |