Class: Aws::Types::VcenterClient

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source_server_tags, :tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def arn
  @arn
end

#datacenter_name ⇒ ::String

Returns the value of attribute datacenter_name.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def datacenter_name
  @datacenter_name
end

#hostname ⇒ ::String

Returns the value of attribute hostname.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def hostname
  @hostname
end

#last_seen_datetime ⇒ ::String

Returns the value of attribute last_seen_datetime.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def last_seen_datetime
  @last_seen_datetime
end

#source_server_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute source_server_tags.

Returns:

  • (::Hash[::String, ::String])


2195
2196
2197
# File 'sig/types.rbs', line 2195

def source_server_tags
  @source_server_tags
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2196
2197
2198
# File 'sig/types.rbs', line 2196

def tags
  @tags
end

#vcenter_client_id ⇒ ::String

Returns the value of attribute vcenter_client_id.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def vcenter_client_id
  @vcenter_client_id
end

#vcenter_uuid ⇒ ::String

Returns the value of attribute vcenter_uuid.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def vcenter_uuid
  @vcenter_uuid
end