Class: Aws::Types::CreateMultiRegionEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::Details

Returns the value of attribute details.

Returns:



317
318
319
# File 'sig/types.rbs', line 317

def details
  @details
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def endpoint_name
  @endpoint_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def tags
  @tags
end