Class: Aws::Types::DescribeUpdateDirectoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def directory_id
  @directory_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def next_token
  @next_token
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def region_name
  @region_name
end

#update_type"OS", ...

Returns the value of attribute update_type.

Returns:

  • ("OS", "NETWORK", "SIZE")


638
639
640
# File 'sig/types.rbs', line 638

def update_type
  @update_type
end