Class: Aws::Types::CreateLocationEfsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_arn::String

Returns the value of attribute access_point_arn.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def access_point_arn
  @access_point_arn
end

#ec2_configTypes::Ec2Config

Returns the value of attribute ec2_config.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def ec2_config
  @ec2_config
end

#efs_filesystem_arn::String

Returns the value of attribute efs_filesystem_arn.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def efs_filesystem_arn
  @efs_filesystem_arn
end

#file_system_access_role_arn::String

Returns the value of attribute file_system_access_role_arn.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def file_system_access_role_arn
  @file_system_access_role_arn
end

#in_transit_encryption"NONE", "TLS1_2"

Returns the value of attribute in_transit_encryption.

Returns:

  • ("NONE", "TLS1_2")


79
80
81
# File 'sig/types.rbs', line 79

def in_transit_encryption
  @in_transit_encryption
end

#subdirectory::String

Returns the value of attribute subdirectory.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def subdirectory
  @subdirectory
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def tags
  @tags
end