Class: Aws::Types::StorageProfileSummary

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)


3010
3011
3012
# File 'sig/types.rbs', line 3010

def display_name
  @display_name
end

#os_family"WINDOWS", ...

Returns the value of attribute os_family.

Returns:

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


3011
3012
3013
# File 'sig/types.rbs', line 3011

def os_family
  @os_family
end

#storage_profile_id::String

Returns the value of attribute storage_profile_id.

Returns:

  • (::String)


3009
3010
3011
# File 'sig/types.rbs', line 3009

def storage_profile_id
  @storage_profile_id
end