Class: Aws::Types::FileCache
- Inherits:
-
Object
- Object
- Aws::Types::FileCache
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_repository_association_ids ⇒ ::Array[::String]
Returns the value of attribute data_repository_association_ids.
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#failure_details ⇒ Types::FileCacheFailureDetails
Returns the value of attribute failure_details.
-
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
-
#file_cache_type ⇒ "LUSTRE"
Returns the value of attribute file_cache_type.
-
#file_cache_type_version ⇒ ::String
Returns the value of attribute file_cache_type_version.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
-
#lustre_configuration ⇒ Types::FileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
-
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
974 975 976 |
# File 'sig/types.rbs', line 974 def creation_time @creation_time end |
#data_repository_association_ids ⇒ ::Array[::String]
Returns the value of attribute data_repository_association_ids.
988 989 990 |
# File 'sig/types.rbs', line 988 def data_repository_association_ids @data_repository_association_ids end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
984 985 986 |
# File 'sig/types.rbs', line 984 def dns_name @dns_name end |
#failure_details ⇒ Types::FileCacheFailureDetails
Returns the value of attribute failure_details.
979 980 981 |
# File 'sig/types.rbs', line 979 def failure_details @failure_details end |
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
975 976 977 |
# File 'sig/types.rbs', line 975 def file_cache_id @file_cache_id end |
#file_cache_type ⇒ "LUSTRE"
Returns the value of attribute file_cache_type.
976 977 978 |
# File 'sig/types.rbs', line 976 def file_cache_type @file_cache_type end |
#file_cache_type_version ⇒ ::String
Returns the value of attribute file_cache_type_version.
977 978 979 |
# File 'sig/types.rbs', line 977 def file_cache_type_version @file_cache_type_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
985 986 987 |
# File 'sig/types.rbs', line 985 def kms_key_id @kms_key_id end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
978 979 980 |
# File 'sig/types.rbs', line 978 def lifecycle @lifecycle end |
#lustre_configuration ⇒ Types::FileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
987 988 989 |
# File 'sig/types.rbs', line 987 def lustre_configuration @lustre_configuration end |
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
983 984 985 |
# File 'sig/types.rbs', line 983 def network_interface_ids @network_interface_ids end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
973 974 975 |
# File 'sig/types.rbs', line 973 def owner_id @owner_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
986 987 988 |
# File 'sig/types.rbs', line 986 def resource_arn @resource_arn end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
980 981 982 |
# File 'sig/types.rbs', line 980 def storage_capacity @storage_capacity end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
982 983 984 |
# File 'sig/types.rbs', line 982 def subnet_ids @subnet_ids end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
981 982 983 |
# File 'sig/types.rbs', line 981 def vpc_id @vpc_id end |