Class: Aws::EFS::Types::DescribeLifecycleConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system whose ‘LifecycleConfiguration` object you want to retrieve (String).

Returns:

  • (String)


926
927
928
929
930
# File 'lib/aws-sdk-efs/types.rb', line 926

class DescribeLifecycleConfigurationRequest < Struct.new(
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end