Class: Aws::Types::AssociateApplicationStatusCheckRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateApplicationStatusCheckRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#target_tag_associations ⇒ ::Array[Types::CustomTagKeyValueRequestPair]
Returns the value of attribute target_tag_associations.
Instance Attribute Details
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def application_status_check_id @application_status_check_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
620 621 622 |
# File 'sig/types.rbs', line 620 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
621 622 623 |
# File 'sig/types.rbs', line 621 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
619 620 621 |
# File 'sig/types.rbs', line 619 def instance_ids @instance_ids end |
#target_tag_associations ⇒ ::Array[Types::CustomTagKeyValueRequestPair]
Returns the value of attribute target_tag_associations.
618 619 620 |
# File 'sig/types.rbs', line 618 def target_tag_associations @target_tag_associations end |