Class: Aws::Types::ServiceNetworkEndpointAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def id
  @id
end

#service_network_arn::String

Returns the value of attribute service_network_arn.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def service_network_arn
  @service_network_arn
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def state
  @state
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner_id::String

Returns the value of attribute vpc_endpoint_owner_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def vpc_endpoint_owner_id
  @vpc_endpoint_owner_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def vpc_id
  @vpc_id
end