Class: Aws::EFS::Types::DescribeLifecycleConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeLifecycleConfigurationRequest
- Defined in:
- gems/aws-sdk-efs/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 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 950 class DescribeLifecycleConfigurationRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |