Class: Aws::Types::DescribeLocationEfsResponse

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)


342
343
344
# File 'sig/types.rbs', line 342

def access_point_arn
  @access_point_arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


341
342
343
# File 'sig/types.rbs', line 341

def creation_time
  @creation_time
end

#ec2_configTypes::Ec2Config

Returns the value of attribute ec2_config.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def ec2_config
  @ec2_config
end

#file_system_access_role_arn::String

Returns the value of attribute file_system_access_role_arn.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

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")


344
345
346
# File 'sig/types.rbs', line 344

def in_transit_encryption
  @in_transit_encryption
end

#location_arn::String

Returns the value of attribute location_arn.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def location_arn
  @location_arn
end

#location_uri::String

Returns the value of attribute location_uri.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def location_uri
  @location_uri
end