Class: Aws::Types::Endpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def arn
  @arn
end

#auth_proxy_url::String

Returns the value of attribute auth_proxy_url.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def auth_proxy_url
  @auth_proxy_url
end

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def certificate_arn
  @certificate_arn
end

#certificate_authorityTypes::Certificate

Returns the value of attribute certificate_authority.

Returns:



288
289
290
# File 'sig/types.rbs', line 288

def certificate_authority
  @certificate_authority
end

#configuration_overridesTypes::ConfigurationOverrides

Returns the value of attribute configuration_overrides.

Returns:



289
290
291
# File 'sig/types.rbs', line 289

def configuration_overrides
  @configuration_overrides
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def created_at
  @created_at
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def execution_role_arn
  @execution_role_arn
end

#failure_reason"INTERNAL_ERROR", ...

Returns the value of attribute failure_reason.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def failure_reason
  @failure_reason
end

#id::String

Returns the value of attribute id.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def name
  @name
end

#release_label::String

Returns the value of attribute release_label.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def release_label
  @release_label
end

#security_group::String

Returns the value of attribute security_group.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def security_group
  @security_group
end

#server_url::String

Returns the value of attribute server_url.

Returns:



290
291
292
# File 'sig/types.rbs', line 290

def server_url
  @server_url
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def state
  @state
end

#state_details::String

Returns the value of attribute state_details.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def state_details
  @state_details
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def subnet_ids
  @subnet_ids
end

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

Returns the value of attribute tags.

Returns:



297
298
299
# File 'sig/types.rbs', line 297

def tags
  @tags
end

#type::String

Returns the value of attribute type.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def type
  @type
end

#virtual_cluster_id::String

Returns the value of attribute virtual_cluster_id.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def virtual_cluster_id
  @virtual_cluster_id
end