Class: Aws::Types::ResourceEndpointAssociationSummary

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)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def created_by
  @created_by
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def id
  @id
end

#resource_configuration_arn::String

Returns the value of attribute resource_configuration_arn.

Returns:

  • (::String)


1175
1176
1177
# File 'sig/types.rbs', line 1175

def resource_configuration_arn
  @resource_configuration_arn
end

#resource_configuration_id::String

Returns the value of attribute resource_configuration_id.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def resource_configuration_id
  @resource_configuration_id
end

#resource_configuration_name::String

Returns the value of attribute resource_configuration_name.

Returns:

  • (::String)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def resource_configuration_name
  @resource_configuration_name
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def vpc_endpoint_id
  @vpc_endpoint_id
end

#vpc_endpoint_owner::String

Returns the value of attribute vpc_endpoint_owner.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def vpc_endpoint_owner
  @vpc_endpoint_owner
end