Class: Aws::Types::VcenterClient
- Inherits:
-
Object
- Object
- Aws::Types::VcenterClient
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#datacenter_name ⇒ ::String
Returns the value of attribute datacenter_name.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#last_seen_datetime ⇒ ::String
Returns the value of attribute last_seen_datetime.
-
#source_server_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute source_server_tags.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vcenter_client_id ⇒ ::String
Returns the value of attribute vcenter_client_id.
-
#vcenter_uuid ⇒ ::String
Returns the value of attribute vcenter_uuid.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def arn @arn end |
#datacenter_name ⇒ ::String
Returns the value of attribute datacenter_name.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def datacenter_name @datacenter_name end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
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.
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.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def end |
#vcenter_client_id ⇒ ::String
Returns the value of attribute vcenter_client_id.
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.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def vcenter_uuid @vcenter_uuid end |