Module: Aws::SecurityIR::Client::_GetMembershipResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMembershipResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #customer_type ⇒ "Standalone", "Organization"
- #incident_response_team ⇒ ::Array[Types::IncidentResponder]
- #membership_accounts_configurations ⇒ Types::MembershipAccountsConfigurations
- #membership_activation_timestamp ⇒ ::Time
- #membership_arn ⇒ ::String
- #membership_deactivation_timestamp ⇒ ::Time
- #membership_id ⇒ ::String
- #membership_name ⇒ ::String
- #membership_status ⇒ "Active", ...
- #number_of_accounts_covered ⇒ ::Integer
- #opt_in_features ⇒ ::Array[Types::OptInFeature]
- #region ⇒ "af-south-1", ...
Instance Method Details
#account_id ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def account_id: () -> ::String
|
#customer_type ⇒ "Standalone", "Organization"
252 |
# File 'sig/client.rbs', line 252
def customer_type: () -> ("Standalone" | "Organization")
|
#incident_response_team ⇒ ::Array[Types::IncidentResponder]
254 |
# File 'sig/client.rbs', line 254
def incident_response_team: () -> ::Array[Types::IncidentResponder]
|
#membership_accounts_configurations ⇒ Types::MembershipAccountsConfigurations
256 |
# File 'sig/client.rbs', line 256
def membership_accounts_configurations: () -> Types::MembershipAccountsConfigurations
|
#membership_activation_timestamp ⇒ ::Time
250 |
# File 'sig/client.rbs', line 250
def membership_activation_timestamp: () -> ::Time
|
#membership_arn ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def membership_arn: () -> ::String
|
#membership_deactivation_timestamp ⇒ ::Time
251 |
# File 'sig/client.rbs', line 251
def membership_deactivation_timestamp: () -> ::Time
|
#membership_id ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def membership_id: () -> ::String
|
#membership_name ⇒ ::String
247 |
# File 'sig/client.rbs', line 247
def membership_name: () -> ::String
|
#membership_status ⇒ "Active", ...
249 |
# File 'sig/client.rbs', line 249
def membership_status: () -> ("Active" | "Cancelled" | "Terminated")
|
#number_of_accounts_covered ⇒ ::Integer
253 |
# File 'sig/client.rbs', line 253
def number_of_accounts_covered: () -> ::Integer
|
#opt_in_features ⇒ ::Array[Types::OptInFeature]
255 |
# File 'sig/client.rbs', line 255
def opt_in_features: () -> ::Array[Types::OptInFeature]
|
#region ⇒ "af-south-1", ...
246 |
# File 'sig/client.rbs', line 246
def region: () -> ("af-south-1" | "ap-east-1" | "ap-east-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-4" | "ap-southeast-5" | "ap-southeast-6" | "ap-southeast-7" | "ca-central-1" | "ca-west-1" | "cn-north-1" | "cn-northwest-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-south-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "il-central-1" | "me-central-1" | "me-south-1" | "mx-central-1" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2")
|