You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::GetAppsListRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetAppsListRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  list_id: "ListId", # required
  default_list: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#default_listBoolean

Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.

Returns:

  • (Boolean)

    Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.

#list_idString

The ID of the AWS Firewall Manager applications list that you want the details for.

Returns:

  • (String)

    The ID of the AWS Firewall Manager applications list that you want the details for.