Class: Aws::Types::CreateMonitorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMonitorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
784 785 786 |
# File 'sig/types.rbs', line 784 def client_token @client_token end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
785 786 787 |
# File 'sig/types.rbs', line 785 def display_name @display_name end |
#identity_center_instance_arn ⇒ ::String
Returns the value of attribute identity_center_instance_arn.
786 787 788 |
# File 'sig/types.rbs', line 786 def identity_center_instance_arn @identity_center_instance_arn end |
#identity_center_region ⇒ ::String
Returns the value of attribute identity_center_region.
787 788 789 |
# File 'sig/types.rbs', line 787 def identity_center_region @identity_center_region end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
789 790 791 |
# File 'sig/types.rbs', line 789 def role_arn @role_arn end |
#subdomain ⇒ ::String
Returns the value of attribute subdomain.
788 789 790 |
# File 'sig/types.rbs', line 788 def subdomain @subdomain end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
790 791 792 |
# File 'sig/types.rbs', line 790 def @tags end |