Module: Aws::AIOps::Client::_GetInvestigationGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetInvestigationGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #chatbot_notification_channel ⇒ ::Hash[::String, ::Array[::String]]
- #created_at ⇒ ::Integer
- #created_by ⇒ ::String
- #cross_account_configurations ⇒ ::Array[Types::CrossAccountConfiguration]
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #is_cloud_trail_event_history_enabled ⇒ Boolean
- #last_modified_at ⇒ ::Integer
- #last_modified_by ⇒ ::String
- #name ⇒ ::String
- #retention_in_days ⇒ ::Integer
- #role_arn ⇒ ::String
- #tag_key_boundaries ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def arn: () -> ::String
|
#chatbot_notification_channel ⇒ ::Hash[::String, ::Array[::String]]
132 |
# File 'sig/client.rbs', line 132
def chatbot_notification_channel: () -> ::Hash[::String, ::Array[::String]]
|
#created_at ⇒ ::Integer
124 |
# File 'sig/client.rbs', line 124
def created_at: () -> ::Integer
|
#created_by ⇒ ::String
123 |
# File 'sig/client.rbs', line 123
def created_by: () -> ::String
|
#cross_account_configurations ⇒ ::Array[Types::CrossAccountConfiguration]
135 |
# File 'sig/client.rbs', line 135
def cross_account_configurations: () -> ::Array[Types::CrossAccountConfiguration]
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
130 |
# File 'sig/client.rbs', line 130
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#is_cloud_trail_event_history_enabled ⇒ Boolean
134 |
# File 'sig/client.rbs', line 134
def is_cloud_trail_event_history_enabled: () -> bool
|
#last_modified_at ⇒ ::Integer
126 |
# File 'sig/client.rbs', line 126
def last_modified_at: () -> ::Integer
|
#last_modified_by ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def last_modified_by: () -> ::String
|
#name ⇒ ::String
127 |
# File 'sig/client.rbs', line 127
def name: () -> ::String
|
#retention_in_days ⇒ ::Integer
131 |
# File 'sig/client.rbs', line 131
def retention_in_days: () -> ::Integer
|
#role_arn ⇒ ::String
129 |
# File 'sig/client.rbs', line 129
def role_arn: () -> ::String
|
#tag_key_boundaries ⇒ ::Array[::String]
133 |
# File 'sig/client.rbs', line 133
def tag_key_boundaries: () -> ::Array[::String]
|