Class: Aws::Types::MonitorSummary
- Inherits:
-
Object
- Object
- Aws::Types::MonitorSummary
- 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.
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.
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.
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.
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.
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.
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.
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.
2417 2418 2419 |
# File 'sig/types.rbs', line 2417 def role_arn @role_arn end |
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
2415 2416 2417 |
# File 'sig/types.rbs', line 2415 def subdomain @subdomain end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
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.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def updated_by @updated_by end |
#url ⇒ ::String
Returns the value of attribute url.
2416 2417 2418 |
# File 'sig/types.rbs', line 2416 def url @url end |