Class: Aws::Types::CreateManagedEndpointResponse

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:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def name
  @name
end

#virtual_cluster_id::String

Returns the value of attribute virtual_cluster_id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def virtual_cluster_id
  @virtual_cluster_id
end