Class: Aws::EFS::Types::DescribeLifecycleConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeLifecycleConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
The ID of the file system whose ‘LifecycleConfiguration` object you want to retrieve (String).
Instance Attribute Details
#file_system_id ⇒ String
The ID of the file system whose ‘LifecycleConfiguration` object you want to retrieve (String).
950 951 952 953 954 |
# File 'lib/aws-sdk-efs/types.rb', line 950 class DescribeLifecycleConfigurationRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |