Class: Aws::Types::GetStorageProfileForQueueResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def display_name
  @display_name
end

#file_system_locations::Array[Types::FileSystemLocation]

Returns the value of attribute file_system_locations.

Returns:



1628
1629
1630
# File 'sig/types.rbs', line 1628

def file_system_locations
  @file_system_locations
end

#os_family"WINDOWS", ...

Returns the value of attribute os_family.

Returns:

  • ("WINDOWS", "LINUX", "MACOS")


1627
1628
1629
# File 'sig/types.rbs', line 1627

def os_family
  @os_family
end

#storage_profile_id::String

Returns the value of attribute storage_profile_id.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def storage_profile_id
  @storage_profile_id
end