Class: Aws::Types::GetStorageProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def created_by
  @created_by
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def display_name
  @display_name
end

#file_system_locations::Array[Types::FileSystemLocation]

Returns the value of attribute file_system_locations.

Returns:



1646
1647
1648
# File 'sig/types.rbs', line 1646

def file_system_locations
  @file_system_locations
end

#os_family"WINDOWS", ...

Returns the value of attribute os_family.

Returns:

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


1641
1642
1643
# File 'sig/types.rbs', line 1641

def os_family
  @os_family
end

#storage_profile_id::String

Returns the value of attribute storage_profile_id.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def storage_profile_id
  @storage_profile_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def updated_at
  @updated_at
end

#updated_by::String

Returns the value of attribute updated_by.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def updated_by
  @updated_by
end