Class: Aws::Types::FileCache

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



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.

Returns:



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.

Returns:



984
985
986
# File 'sig/types.rbs', line 984

def dns_name
  @dns_name
end

#failure_detailsTypes::FileCacheFailureDetails

Returns the value of attribute failure_details.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



978
979
980
# File 'sig/types.rbs', line 978

def lifecycle
  @lifecycle
end

#lustre_configurationTypes::FileCacheLustreConfiguration

Returns the value of attribute lustre_configuration.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def vpc_id
  @vpc_id
end