Class: Aws::Types::KubernetesWorkloadDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::Container]

Returns the value of attribute containers.

Returns:



1788
1789
1790
# File 'sig/types.rbs', line 1788

def containers
  @containers
end

#host_ipcBoolean

Returns the value of attribute host_ipc.

Returns:

  • (Boolean)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def host_ipc
  @host_ipc
end

#host_networkBoolean

Returns the value of attribute host_network.

Returns:

  • (Boolean)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def host_network
  @host_network
end

#host_pidBoolean

Returns the value of attribute host_pid.

Returns:

  • (Boolean)


1791
1792
1793
# File 'sig/types.rbs', line 1791

def host_pid
  @host_pid
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def name
  @name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def namespace
  @namespace
end

#service_account_name::String

Returns the value of attribute service_account_name.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def 
  @service_account_name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def type
  @type
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def uid
  @uid
end

#volumes::Array[Types::Volume]

Returns the value of attribute volumes.

Returns:



1789
1790
1791
# File 'sig/types.rbs', line 1789

def volumes
  @volumes
end