Class: Aws::Types::FileCacheCreating

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#copy_tags_to_data_repository_associationsBoolean

Returns the value of attribute copy_tags_to_data_repository_associations.

Returns:

  • (Boolean)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def copy_tags_to_data_repository_associations
  @copy_tags_to_data_repository_associations
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def dns_name
  @dns_name
end

#failure_detailsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("LUSTRE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AVAILABLE", "CREATING", "DELETING", "UPDATING", "FAILED")


998
999
1000
# File 'sig/types.rbs', line 998

def lifecycle
  @lifecycle
end

#lustre_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:



1007
1008
1009
# File 'sig/types.rbs', line 1007

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def vpc_id
  @vpc_id
end