Class: Aws::Types::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_configTypes::AwsEcsTaskDefinitionVolumesEfsVolumeConfigurationAuthorizationConfigDetails

Returns the value of attribute authorization_config.



2447
2448
2449
# File 'sig/types.rbs', line 2447

def authorization_config
  @authorization_config
end

#filesystem_id::String

Returns the value of attribute filesystem_id.

Returns:

  • (::String)


2448
2449
2450
# File 'sig/types.rbs', line 2448

def filesystem_id
  @filesystem_id
end

#root_directory::String

Returns the value of attribute root_directory.

Returns:

  • (::String)


2449
2450
2451
# File 'sig/types.rbs', line 2449

def root_directory
  @root_directory
end

#transit_encryption::String

Returns the value of attribute transit_encryption.

Returns:

  • (::String)


2450
2451
2452
# File 'sig/types.rbs', line 2450

def transit_encryption
  @transit_encryption
end

#transit_encryption_port::Integer

Returns the value of attribute transit_encryption_port.

Returns:

  • (::Integer)


2451
2452
2453
# File 'sig/types.rbs', line 2451

def transit_encryption_port
  @transit_encryption_port
end