Class: Aws::SecurityIR::Types::GetMembershipResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:membership_name]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Response element for GetMembership that provides the account configured to manage the membership.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#customer_typeString

Response element for GetMembership that provides the configured membership type. Options include ‘ Standalone | Organizations`.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#incident_response_teamArray<Types::IncidentResponder>

Response element for GetMembership that provides the configured membership incident response team members.

Returns:



807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_accounts_configurationsTypes::MembershipAccountsConfigurations

The ‘membershipAccountsConfigurations` field contains the configuration details for member accounts within the Amazon Web Services Organizations membership structure.

This field returns a structure containing information about:

  • Account configurations for member accounts

  • Membership settings and preferences

  • Account-level permissions and roles



807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_activation_timestampTime

Response element for GetMembership that provides the configured membership activation timestamp.

Returns:

  • (Time)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_arnString

Response element for GetMembership that provides the membership ARN.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_deactivation_timestampTime

Response element for GetMembership that provides the configured membership name deactivation timestamp.

Returns:

  • (Time)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_idString

Response element for GetMembership that provides the queried membership ID.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_nameString

Response element for GetMembership that provides the configured membership name.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#membership_statusString

Response element for GetMembership that provides the current membership status.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#number_of_accounts_coveredInteger

Response element for GetMembership that provides the number of accounts in the membership.

Returns:

  • (Integer)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#opt_in_featuresArray<Types::OptInFeature>

Response element for GetMembership that provides the if opt-in features have been enabled.

Returns:



807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end

#regionString

Response element for GetMembership that provides the region configured to manage the membership.

Returns:

  • (String)


807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
# File 'lib/aws-sdk-securityir/types.rb', line 807

class GetMembershipResponse < Struct.new(
  :membership_id,
  :account_id,
  :region,
  :membership_name,
  :membership_arn,
  :membership_status,
  :membership_activation_timestamp,
  :membership_deactivation_timestamp,
  :customer_type,
  :number_of_accounts_covered,
  :incident_response_team,
  :opt_in_features,
  :membership_accounts_configurations)
  SENSITIVE = [:membership_name]
  include Aws::Structure
end