Class: Aws::Types::FileCacheCreating
- Inherits:
-
Object
- Object
- Aws::Types::FileCacheCreating
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_tags_to_data_repository_associations ⇒ Boolean
Returns the value of attribute copy_tags_to_data_repository_associations.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#copy_tags_to_data_repository_associations ⇒ Boolean
Returns the value of attribute copy_tags_to_data_repository_associations.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
994 995 996 |
# File 'sig/types.rbs', line 994 def creation_time @creation_time end |
#data_repository_association_ids ⇒ ::Array[::String]
Returns the value of attribute data_repository_association_ids.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def data_repository_association_ids @data_repository_association_ids end |
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def dns_name @dns_name end |
#failure_details ⇒ Types::FileCacheFailureDetails
Returns the value of attribute failure_details.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def failure_details @failure_details end |
#file_cache_id ⇒ ::String
Returns the value of attribute file_cache_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def file_cache_id @file_cache_id end |
#file_cache_type ⇒ "LUSTRE"
Returns the value of attribute file_cache_type.
996 997 998 |
# File 'sig/types.rbs', line 996 def file_cache_type @file_cache_type end |
#file_cache_type_version ⇒ ::String
Returns the value of attribute file_cache_type_version.
997 998 999 |
# File 'sig/types.rbs', line 997 def file_cache_type_version @file_cache_type_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def kms_key_id @kms_key_id end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
998 999 1000 |
# File 'sig/types.rbs', line 998 def lifecycle @lifecycle end |
#lustre_configuration ⇒ Types::FileCacheLustreConfiguration
Returns the value of attribute lustre_configuration.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def lustre_configuration @lustre_configuration end |
#network_interface_ids ⇒ ::Array[::String]
Returns the value of attribute network_interface_ids.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def network_interface_ids @network_interface_ids end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
993 994 995 |
# File 'sig/types.rbs', line 993 def owner_id @owner_id end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def resource_arn @resource_arn end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def storage_capacity @storage_capacity end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def vpc_id @vpc_id end |