Class: Aws::Types::EndpointAccess

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def address
  @address
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def endpoint_arn
  @endpoint_arn
end

#endpoint_create_time::Time

Returns the value of attribute endpoint_create_time.

Returns:

  • (::Time)


305
306
307
# File 'sig/types.rbs', line 305

def endpoint_create_time
  @endpoint_create_time
end

#endpoint_name::String

Returns the value of attribute endpoint_name.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def endpoint_name
  @endpoint_name
end

#endpoint_status::String

Returns the value of attribute endpoint_status.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def endpoint_status
  @endpoint_status
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


308
309
310
# File 'sig/types.rbs', line 308

def port
  @port
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


309
310
311
# File 'sig/types.rbs', line 309

def subnet_ids
  @subnet_ids
end

#vpc_endpointTypes::VpcEndpoint

Returns the value of attribute vpc_endpoint.

Returns:



310
311
312
# File 'sig/types.rbs', line 310

def vpc_endpoint
  @vpc_endpoint
end

#vpc_security_groups::Array[Types::VpcSecurityGroupMembership]

Returns the value of attribute vpc_security_groups.

Returns:



311
312
313
# File 'sig/types.rbs', line 311

def vpc_security_groups
  @vpc_security_groups
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def workgroup_name
  @workgroup_name
end